Python Tools

Open-source Python projects categorized as Tools

Top 23 Python Tool Projects

  1. sherlock

    Hunt down social media accounts by username across social networks

    Project mention: Sherlock: Hunt down social media accounts by username across 400 social networks | news.ycombinator.com | 2024-12-25

    the only data needed are the urls from https://github.com/sherlock-project/sherlock/blob/master/she...

    [1] https://www.reddit.com/r/github/comments/1at9br4/i_am_new_to...

  2. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.

    Judoscale logo
  3. Awesome-Linux-Software

    🐧 A list of awesome Linux softwares

  4. HivisionIDPhotos

    ⚡️HivisionIDPhotos: a lightweight and efficient AI ID photos tools. 一个轻量级的AI证件照制作算法。

    Project mention: HivisionIDPhotos: A lightweight and efficient AI ID photos tools | news.ycombinator.com | 2024-08-29
  5. awesome-chatgpt-zh

    ChatGPT 中文指南🔥,ChatGPT 中文调教指南,指令指南,应用开发指南,精选资源清单,更好的使用 chatGPT 让你的生产力 up up up! 🚀

  6. CodeGeeX

    CodeGeeX: An Open Multilingual Code Generation Model (KDD 2023)

  7. professional-services

    Common solutions and tools developed by Google Cloud's Professional Services team. This repository and its contents are not an officially supported Google product.

  8. awesome-devops

    A curated list of awesome DevOps platforms, tools, practices and resources

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. FISSURE

    The RF and reverse engineering framework for everyone. Follow and ★ to show your support!

  11. harbor

    Effortlessly run LLM backends, APIs, frontends, and services with one command. (by av)

    Project mention: Orpheus-3B – Emotive TTS by Canopy Labs | news.ycombinator.com | 2025-03-19
  12. 007-TheBond

    This Script will help you to gather information about your victim or friend.

  13. android-resource-remover

    A simple utility to remove unused resources in your Android app to lower the size of the APK. It's based on the Android lint tool output.

  14. Kin

    Sane PBXProj files

    Project mention: Kin – Project.pbxproj File Checker | news.ycombinator.com | 2024-08-20
  15. linkchecker

    check links in web documents or full websites

  16. httpdbg

    A tool for Python developers to easily debug the HTTP(S) client and server requests in a Python program.

    Project mention: This Week In Python | dev.to | 2025-04-11

    httpdbg – tool for Python developers to easily debug the HTTP(S) client and server requests in a Python program

  17. code2prompt

    Code2Prompt is a powerful command-line tool that simplifies the process of providing context to Large Language Models (LLMs) by generating a comprehensive Markdown file containing the content of your codebase. ⭐ If you find Code2Prompt useful, consider giving us a star on GitHub! It helps us reach more developers and improve the tool. ⭐ (by raphaelmansuy)

    Project mention: Exploring AI for Refactoring at Scale | dev.to | 2025-01-19

    We want to feed the entire project to our model as context. The simplest wait is to concatenate everything into one file, and there is already one for that code2prompt.

  18. prjxray

    Documenting the Xilinx 7-series bit-stream format.

  19. bazel-compile-commands-extractor

    Goal: Enable awesome tooling for Bazel users of the C language family.

    Project mention: Open Source C++ Stack | dev.to | 2024-07-16

    ''' Uchen core - ML framework ''' module(name = "uchen-core", version = "0.1", compatibility_level = 1) bazel_dep(name = "abseil-cpp", version = "20240116.2") bazel_dep(name = "googletest", version = "1.14.0") git_override( module_name = "googletest", remote = "https://github.com/google/googletest.git", commit = "1d17ea141d2c11b8917d2c7d029f1c4e2b9769b2", ) bazel_dep(name = "google_benchmark", version = "1.8.3") git_override( module_name = "google_benchmark", remote = "https://github.com/google/benchmark.git", commit = "447752540c71f34d5d71046e08192db181e9b02b", ) # Dev dependencies bazel_dep(name = "hedron_compile_commands", dev_dependency = True) git_override( module_name = "hedron_compile_commands", remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git", commit = "a14ad3a64e7bf398ab48105aaa0348e032ac87f8", )

  20. austin-tui

    The top-like text-based user interface for Austin

  21. coredumpy

    coredumpy saves your crash site for post-mortem debugging

    Project mention: Show HN: Coredumpy – post-mortem debugging tool for Python | news.ycombinator.com | 2025-03-15

    Dump your current state for future debugging!

    https://github.com/gaogaotiantian/coredumpy

  22. RAUDI

    A repo to automatically generate and keep updated a series of Docker images through GitHub Actions.

  23. awesome-recruitment

    List of my favourite recruitment things 💫

  24. srt

    A simple library and set of tools for parsing, modifying, and composing SRT files. (by cdown)

  25. Tiger

    Neuralink for your AI Agents - LangChain - Autogen - CrewAI (by Upsonic)

    Project mention: AIM Weekly for 10 June 2024 | dev.to | 2024-06-10
  26. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB 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 Tools discussion

Log in or Post with

Python Tools related posts

Index

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

# Project Stars
1 sherlock 63,563
2 Awesome-Linux-Software 23,104
3 HivisionIDPhotos 15,475
4 awesome-chatgpt-zh 11,091
5 CodeGeeX 8,447
6 professional-services 2,885
7 awesome-devops 2,935
8 FISSURE 1,711
9 harbor 1,572
10 007-TheBond 1,285
11 android-resource-remover 1,282
12 Kin 1,036
13 linkchecker 940
14 httpdbg 846
15 code2prompt 821
16 prjxray 795
17 bazel-compile-commands-extractor 784
18 austin-tui 639
19 coredumpy 606
20 RAUDI 549
21 awesome-recruitment 495
22 srt 492
23 Tiger 439

Sponsored
Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
judoscale.com