Python Utility

Open-source Python projects categorized as Utility

Top 23 Python Utility Projects

  • SAWS

    A supercharged AWS command line interface (CLI).

  • haxor-news

    Browse Hacker News like a haxor: A Hacker News command line interface (CLI).

  • Project mention: Show HN: Another CLI tool to browse Hacker News | news.ycombinator.com | 2024-04-11

    I built a little CLI tool to browse HN. I wanted a little project I could write so I could brush up on golang. It works pretty okay -- but nowhere near as feature-rich or polished as something like https://github.com/donnemartin/haxor-news

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • graphtage

    A semantic diff utility and library for tree-like files such as JSON, JSON5, XML, HTML, YAML, and CSV.

  • Project mention: Pijul: Version-Control Post-Git • Goto 2023 | news.ycombinator.com | 2023-08-11

    I'm not familiar with Pijul, and haven't finished watching this presentation, but IME the problems with modern version control tools is that they still rely on comparing lines of plain text, something we've been doing for decades. Merge conflicts are an issue because our tools are agnostic about the actual content they're tracking.

    Instead, the tools should be smarter and work on the level of functions, classes, packages, sentences, paragraphs, or whatever primitive makes sense for the project and file that is being changed. In the case of code bases, they need to be aware of the language and the AST of the program. For binary files, they need to be aware of the file format and its binary structure. This would allow them to show actually meaningful diffs, and minimize the chances of conflicts, and of producing a corrupt file after an automatic merge.

    There has been some research in this area, and there are a few semantic diffing tools[1,2,3], but I'm not aware of this being widely used in any VCS.

    Nowadays, with all the machine learning advances, the ideal VCS should also use ML to understand the change at a deeper level, and maybe even suggest improvements. If AI can write code for me, it could surely understand what I'm trying to do, and help me so that version control is entirely hands-free, instead of having to fight with it, and be constantly aware of it, as I have to do now.

    I just finished watching the presentation, and Pijul seems like an iterative improvement over Git. Nothing jumped out at me like a killer feature that would make me want to give it a try. It might be because the author focuses too much on technical details, instead of taking a step back and rethinking what a modern VCS tool should look like today.

    [1]: https://semanticdiff.com/

    [2]: https://github.com/trailofbits/graphtage

    [3]: https://github.com/GumTreeDiff/gumtree

  • SafeEyes

    Protect your eyes from eye strain using this simple and beautiful, yet extensible break reminder

  • Project mention: How do you guys take care of your eyes | /r/developersIndia | 2023-07-03

    Install Safe Eyes or some similar app. And keep the breaks as strict. So for each interval you have kept, it will forcefully turn off your display for sometime.

  • reloading

    Change Python code while it's running without losing state

  • 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: Recommend a tiling windows manager | /r/Gentoo | 2023-05-07

    You might wanna have a look at quicktile. It's basically an addon that adds tiling to existing WM. Works well, but lacks some of the intrgrations dedicated tiling WM have.

  • RoboGif

    A small utility to record Android device screen to a GIF

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • cryptoCMD

    Cryptocurrency historical price data library in Python. Data from https://coinmarketcap.com.

  • Project mention: cryptoCMD: NEW Data - star count:456.0 | /r/algoprojects | 2023-08-08
  • remarshal

    Convert between CBOR, JSON, MessagePack, TOML, and YAML

  • unitypackage_extractor

    Extract a .unitypackage, with or without Python

  • proximityhash

    Geohashes in proximity

  • georaptor

    Python Geohash Compression Tool

  • Project mention: Show HN: Georaptor – A Python Geohash Compression Tool v3.0.0 | news.ycombinator.com | 2024-04-03
  • textinator

    Simple MacOS StatusBar / Menu Bar app to automatically detect text in screenshots

  • Project mention: TextSnatcher: Copy text from images, for the Linux Desktop | news.ycombinator.com | 2024-03-14

    I'm the author of Textinator [1] a similar utility for macOS that uses Apple's Vision framework [2] for doing the OCR natively. Modern versions of macOS have a similar ability to copy text from images directly but Textinator works on macOS back to 10.15 and simplifies the "take screenshot, copy text to clipboard" workflow.

    [1] https://github.com/RhetTbull/textinator

  • beautifultable

    Python package for printing visually appealing tables on a terminal.

  • Scripnix

    Useful Python3 and bash shell scripts for macOS/BSD and *NIX. Useful to me, at any rate. YMMV.

  • webfont-kit-generator

    Create @ font-face kits easily

  • Project mention: The new Google Fonts: find what you’re looking for | news.ycombinator.com | 2023-09-08

    There's this phenomenal app for font conversion called Webfont Kit Generator. The feature I like the most is subsetting, which greatly reduces the file size. You might find it useful.

    https://github.com/rafaelmardojai/webfont-kit-generator

  • generate_life_calendar

    Generate a personalized life calendar poster

  • Project mention: [Discussion] This last week, for the first time in years, I managed to accomplish everything I set out to do | /r/getdisciplined | 2023-06-11
  • wtf

    Whitespace Total Fixer (by dlenski)

  • json2xml

    json to xml converter in python3

  • github-action-utils

    Collection of python functions that can be used to run GitHub Action Workflow Commands

  • ehh

    Commandline tool for remembering linux/terminal commands

  • autocommand

    Autocommand turns a python function into a CLI program

  • dude

    Duplicates Detector is a cross-platform GUI utility for finding duplicate files, allowing you to delete or link them to save space. Duplicate files are displayed and processed on two synchronized panels for efficient and convenient operation. (by PJDude)

  • Project mention: fdupes: Identify or Delete Duplicate Files | news.ycombinator.com | 2023-11-02

    Hi. I recommend my little program, the bottleneck is the gui in tkinter, but maybe it will be useful to someone:

    https://github.com/PJDude/dude

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Utility related posts

Index

What are some of the best open-source Utility projects in Python? This list will help you:

Project Stars
1 SAWS 5,188
2 haxor-news 3,930
3 graphtage 2,317
4 SafeEyes 1,386
5 reloading 1,043
6 quicktile 856
7 RoboGif 521
8 cryptoCMD 520
9 remarshal 518
10 unitypackage_extractor 489
11 proximityhash 272
12 georaptor 187
13 textinator 165
14 beautifultable 145
15 Scripnix 131
16 webfont-kit-generator 117
17 generate_life_calendar 113
18 wtf 100
19 json2xml 95
20 github-action-utils 72
21 ehh 72
22 autocommand 53
23 dude 53

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com