InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises. Learn more →
Top 11 Python Custom Projects
-
Zulip
Zulip server and web application. Open-source team chat that helps teams stay productive and focused.
Compared to existing and free software chat solutions[1], Slack however looks like such a kindergarten tool. It has a terrible performance. Every time one switches a channel, it basically burns a CPU. The loading of messages when scrolling down a channel with many message is not working well, not pre-loading enough messages to make scrolling a smooth experience. Instead one has to wait half a second or so until the next 20 messages or so are loaded, then scroll, then wait again, then scroll ...
And the "markdown" text input oh my. Rarely have I seen a worse markdown input than in Slack. Maybe on Bitbucket or Confluence it is worse. It is as if they have decided to not use any existing and perfectly well working markdown parsers, but instead get an incapable team of engineers to reimplement a bug-ridden one with missing features. One cannot even insert an image at any play in the method, but only at the bottom. That means one needs to refer to the image in the message, when otherwise one could have simply had the picture in that place where it is relevant. It is such a headache for anyone more familiar with markdown. At this point just give me a plain text input, that has any normal off the mill markdown parser to properly translate my text into a message.
Oh and they still have not managed to implement voice chat according to standards properly, so that it works in all modern browsers. While other more feature full chat programs like Discord had this solved for years ago, Slack is still the same old shit. Now I have to start ungoogled-chromium every time I want to enter a "Huddle" and navigate to their website, where they will bug me with their incessant popup asking me to use their desktop app, which I have to decline every. single. time. because chromium does not remember to block such popups from websites.
So basically Slack is quite crap.
-
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
Project mention: What are you guys using for making GUIs nowadays? | reddit.com/r/Python | 2023-01-26
- For building a software application with installer (tkinter custom style): https://github.com/TomSchimansky/CustomTkinter
-
-
-
Project mention: I want to build an RGB keyboard driven by Raspberry PI Pico with open source software. Any kits? | reddit.com/r/raspberrypipico | 2022-04-05
As for a RGB keyboard example you can have a look at mine https://github.com/Envious-Data/Env-KB/tree/main/MainPCB_RGB-HS
-
Project mention: Is there a definitive guide to mod a Zelda Game & Watch? | reddit.com/r/GameAndWatchMods | 2023-01-15
All u need is already on the GitHub of each thing u need. The backup thingy is the same for both Mario and Zelda. The retro go setup (and CFW to have both the stock firmware and retro go at once) have a section for Zelda at the end too
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
Project mention: Custom 8-bit van Neumann CPU heavily influenced by Ben Eater's design | reddit.com/r/beneater | 2022-11-12
Cool. If you want to upgrade from your excel/python assembler, you should be able to create a custom ISA with my assembler, BespokeASM: https://github.com/michaelkamprath/bespokeasm
-
PasswordListGenerator
This Porjects goal is to automate a large password list with given attributes from a user such as {Name, Last Name, Middle Name, Birthday, favorite....}
-
Here's a video of a demonstration of a generic button and my hand-made one (to be clear, part of the code is from this other project)
-
Custom-Tkinter-Tooltip
Basic Hover Tooltip for Tkinter based off of Tkinter's built in tooltip with the added ability to customize options
Python Custom related posts
- Synapse (Matrix Server) v1.76.0 Released
- Matrix Synapse - distributed
- Slack is the opposite of organizational memory
- Is Discord a Spyware?
- Synapse Server v1.76.0rc1 released for testing
- Slack alternatives?
- Discord Replacement
-
A note from our sponsor - InfluxDB
www.influxdata.com | 3 Feb 2023
Index
What are some of the best open-source Custom projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | Zulip | 17,132 |
2 | Synapse | 10,483 |
3 | CustomTkinter | 5,793 |
4 | Hawkpost | 901 |
5 | Pushjet | 258 |
6 | Env-KB | 203 |
7 | game-and-watch-patch | 88 |
8 | bespokeasm | 15 |
9 | PasswordListGenerator | 9 |
10 | gswidgetkit | 5 |
11 | Custom-Tkinter-Tooltip | 2 |