Top 11 Python Utility Projects
-
-
Project mention: Ask HN: Hacker News comment tree indentation on text based web browsers | news.ycombinator.com | 2021-02-05
You might find https://github.com/donnemartin/haxor-news useful.
-
Scout APM
Scout APM - Leading-edge performance monitoring starting at $39/month. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
quicktile
Adds window-tiling hotkeys to any X11 desktop. (An analogue to WinSplit Revolution for people who don't want to use Compiz Grid)
Project mention: I have two monitors, and I want to know if there is a way to set a button combo, so instead of a window moving over to the next screen, I can tell it to snap to that side of the display instead. I am running the cinnamon DE. | reddit.com/r/linuxquestions | 2021-01-26Look at Quicktile - best I found, pretty simple to set up. https://github.com/ssokolow/quicktile
-
Write a similar thing [1] which can also reload functions from source before every execution but also load loop bodies from source before each iteration. Can be helpful for long running loops like when downloading or training deep learning models.
-
-
cryptoCMD
Cryptocurrency historical price data library in Python. Data from https://coinmarketcap.com.
Project mention: Created python library to get historical price data of cryptocurrencies | reddit.com/r/algotrading | 2021-04-09 -
Project mention: Linux bash/zsh alias generator and statistics from command history | reddit.com/r/linux | 2020-12-23
-
lol
A utility library for Python (It contains a JSON-based-database, argparse, some common datatypes, switch cases etc) (by pranavbaburaj)
In this tutorial, we will check out a database library in python, called lol-db. Before starting this tutorial, I assume that you have a basic knowledge of python and pip. In this tutorial, we will be covering:
-
SCore-Utils
SCore-Utils is a implementation of the GNU Core Utils (with a few added original programs.) in python
Project mention: How do I update people on the status of my project (I don't know how to put that in proper terms) | reddit.com/r/opensource | 2020-12-28You could try GitHub's releases page https://github.com/honestly-nuts/SCore-Utils/releases If you check out any popular project you can see how these are used. Often used for distributing binaries w/source code but they can be used just with source code. I always find them helpful. Good luck !
-
Project mention: I made URL shortener - UI , API & CLI - open source. | reddit.com/r/webdev | 2021-02-27
command line interface (CLI): https://github.com/adamwojt/oorlu-cli
-
Project mention: I just created a script that relocates dowloaded files based on their extensions! | reddit.com/r/Python | 2021-01-17
It would look something like this, which allows me to install the package and then run ahd at my command line to use it. Let me know if you run into any issues packaging it and I would be happy to help :)