Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Stacks
  3. Python
P

Python

Language
4701 projects17447.0k total stars3048.3k total forks79 languages

Open-source projects built with Python

There are currently 4701 open-source projects built with Python, with a combined total of 17447.0k GitHub stars. The most common language among these projects is Python.

Showing 4,701 open-source projects · page 49 of 131

……
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
linedraw
linedrawLingDong-/linedraw

Convert images to vectorized line drawings optimized for pen plotters with sketchy styles and stroke order optimization.

862118Python
3 years ago
Domain Transfer Network
Domain Transfer Networkyunjey/dtn-tensorflow

TensorFlow implementation of unsupervised cross-domain image generation for transferring images between domains like SVHN to MNIST.

862199Python
8 years ago
pytorch2keras
pytorch2kerasnerox8664/pytorch2keras

Convert PyTorch models to Keras (TensorFlow backend) for deployment and interoperability.

862143Python
3 years ago
Jumanji
Jumanjiinstadeepai/jumanji

A diverse suite of scalable reinforcement learning environments written in JAX for hardware-accelerated research.

86099Python
1 day ago
fzf-tab-completion
fzf-tab-completionlincheney/fzf-tab-completion

Adds fuzzy-finding tab completion to zsh, bash, and GNU readline applications using fzf, integrating with existing completion systems.

86048Shell
1 month ago
PDPbox
PDPboxSauceCat/PDPbox

A Python toolbox for visualizing feature influence on model predictions using partial dependence plots.

860130Jupyter Notebook
2 years ago
notedown
notedownaaren/notedown

Convert IPython/Jupyter notebooks to markdown and back, enabling seamless editing of notebooks as markdown files.

859111Jupyter Notebook
4 years ago
Snakebite
Snakebitespotify/snakebite

A pure Python HDFS client and Hadoop minicluster wrapper for interacting with Hadoop Distributed File System.

856213Python
4 years ago
ChIP-seq analysis notes from Tommy Tang
ChIP-seq analysis notes from Tommy Tangcrazyhottommy/ChIP-seq-analysis

A comprehensive collection of notes, tools, and resources for analyzing ChIP-seq and related epigenomic data.

855307Python
2 years ago
LaTeX Live Preview
LaTeX Live Previewxuhdev/vim-latex-live-preview

A Vim plugin that provides a live preview of LaTeX PDF output, updating as you type.

85374Vim Script
10 months ago
Munin
MuninNeo23x0/munin

A Python utility for checking file hashes against multiple malware analysis services like VirusTotal, Hybrid Analysis, and MISP.

852150Python
1 year ago
Zircolite
Zircolitewagga40/Zircolite

A standalone Python tool for applying SIGMA detection rules to EVTX, Auditd, Sysmon for Linux, and other log formats.

850117Python
12 days ago
Killerbee
Killerbeeriverloopsec/killerbee

A Python framework and toolkit for security testing and auditing of ZigBee and IEEE 802.15.4 networks.

848229C
3 years ago
FastAPI Versioning
FastAPI VersioningDeanWay/fastapi-versioning

API versioning library for FastAPI applications with decorator-based version management and automatic endpoint generation.

84765Python
3 years ago
lidarslam_ros2
lidarslam_ros2rsasaki0109/lidarslam_ros2

ROS 2 LiDAR SLAM for creating non-GPL pointcloud maps compatible with Autoware, featuring loop closure and benchmarking.

847173Python
8 days ago
rnvimr
rnvimrkevinhwang91/rnvimr

A Neovim plugin that integrates Ranger as a floating file explorer using RPC for seamless communication.

84623Python
7 months ago
gym-gazebo
gym-gazeboerlerobot/gym-gazebo

An OpenAI Gym extension for robotics simulation using ROS and Gazebo to benchmark and develop robot behaviors.

845276Python
7 years ago
jungle
jungleachiku/jungle

A CLI tool that simplifies AWS operations with intuitive, UNIX-like commands for EC2, ELB, EMR, AutoScaling, and RDS.

84339Python
8 years ago
SpikeInterface
SpikeInterfaceSpikeInterface/spikeinterface

A Python framework for creating flexible and robust spike sorting pipelines in neuroscience electrophysiology.

843278Python
2 days ago
JSONlite
JSONlitenodesocket/jsonlite

A simple, self-contained, serverless, zero-configuration JSON document store that sandboxes the current working directory like SQLite.

84337Shell
1 year ago
LLVIP
LLVIPbupt-ai-cz/LLVIP

A visible-infrared paired dataset for low-light vision tasks like pedestrian detection, image fusion, and image-to-image translation.

84376Jupyter Notebook
1 year ago
betterbib
betterbibnschloe/betterbib

Command-line tools for converting, syncing, and formatting bibliography files across multiple formats and data sources.

83942
1 year ago
Anti-UAV
Anti-UAVZhaoJ9014/Anti-UAV

A benchmark and toolkit for discovering, detecting, recognizing, and tracking UAVs in the wild using RGB and thermal infrared video.

839135Python
1 year ago
Seq2seq-Chatbot
Seq2seq-Chatbottensorlayer/seq2seq-chatbot

A minimal 200-line implementation of a sequence-to-sequence chatbot using TensorLayer and TensorFlow.

838305Python
4 years ago
lolviz
lolvizparrt/lolviz

A Python data-structure visualization tool for lists, dictionaries, trees, and call stacks, designed for Jupyter notebooks and presentations.

83747Jupyter Notebook
4 years ago
tinytag
tinytagdevsnd/tinytag

A lightweight, dependency-free Python library for reading metadata and images from various audio file formats.

836105Python
2 days ago
A chess AI that learns to play chess using deep learning.
A chess AI that learns to play chess using deep learning.erikbern/deep-pink

A chess AI that learns to play chess using deep learning and neural networks.

833158Python
9 years ago
tforce_btc_trader
tforce_btc_traderlefnire/tforce_btc_trader

A Bitcoin trading bot using deep reinforcement learning (TensorForce) to automate buy/sell/hold decisions based on price history.

832231Jupyter Notebook
7 years ago
AdvancedNewFile
AdvancedNewFileskuroda/Sublime-AdvancedNewFile

A Sublime Text plugin for fast file and folder creation with advanced path navigation and autocompletion.

83296Python
2 years ago
Asynchronous GPS driver
Asynchronous GPS driverpeterhinch/micropython-async

Tutorials, drivers, and applications for asynchronous programming with MicroPython's asyncio library on hardware interfaces.

829170Python
10 days ago
I2C Slave
I2C Slavepeterhinch/micropython-async

Tutorials, drivers, and applications for asynchronous programming with MicroPython's asyncio library on hardware interfaces.

829170Python
10 days ago
FastAPI JWT Auth
FastAPI JWT AuthIndominusByte/fastapi-jwt-auth

A FastAPI extension providing secure, easy-to-use JWT authentication with access/refresh tokens, WebSocket support, and CSRF protection.

829178Python
2 years ago
Chapyter
Chapyterchapyter/chapyter

A JupyterLab extension that integrates GPT-4 as a code interpreter, translating natural language to Python and executing it automatically.

82869Python
2 years ago
python-deequ
python-deequawslabs/python-deequ

A Python API for Deequ, enabling data quality testing and validation on large datasets using Apache Spark.

826157Jupyter Notebook
3 days ago
Joinmarket
JoinmarketJoinMarket-Org/joinmarket-clientserver

A Bitcoin CoinJoin implementation with a market-based incentive structure to improve transaction privacy and fungibility.

826197Python
4 months ago
AirIAM
AirIAMbridgecrewio/AirIAM

An AWS IAM to least privilege Terraform execution framework that analyzes usage patterns and generates right-sized IAM configurations.

82582Python
1 year ago
1
48
49
50
131