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

  • 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
  • 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)

  • 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
  • SaaSHub

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

    SaaSHub logo
  • RoboGif

    A small utility to record Android device screen to a GIF

  • 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

  • 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: Dude v2 Released | news.ycombinator.com | 2024-05-24
  • autocommand

    Autocommand turns a python function into a CLI program

  • 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

  • Rotz: Cross platform dotfile manager written in Rust

    7 projects | news.ycombinator.com | 8 Apr 2024
  • The new Google Fonts: find what you’re looking for

    8 projects | news.ycombinator.com | 8 Sep 2023
  • How do you guys take care of your eyes

    1 project | /r/developersIndia | 3 Jul 2023
  • Advice for sitting?

    1 project | /r/Spondylolisthesis | 30 Jun 2023
  • [Discussion] This last week, for the first time in years, I managed to accomplish everything I set out to do

    1 project | /r/getdisciplined | 11 Jun 2023
  • rapidTk (a Tkinter based project)

    1 project | /r/PythonProjects2 | 5 Jun 2023
  • Tkinter complex problem.

    1 project | /r/pythonhelp | 30 May 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 29 May 2024
    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. Learn more →

Index

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

Project Stars
1 SAWS 5,204
2 haxor-news 3,930
3 graphtage 2,331
4 SafeEyes 1,395
5 reloading 1,061
6 quicktile 858
7 cryptoCMD 527
8 RoboGif 521
9 remarshal 520
10 unitypackage_extractor 510
11 proximityhash 272
12 georaptor 188
13 textinator 169
14 beautifultable 145
15 Scripnix 131
16 webfont-kit-generator 118
17 generate_life_calendar 120
18 wtf 100
19 json2xml 95
20 github-action-utils 73
21 ehh 75
22 dude 74
23 autocommand 53

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