🌐
GitHub
github.com › topics › python-apps
python-apps · GitHub Topics · GitHub
Extensible console application for running categorized applications from a menu that is easy to customize and share ... A Collection of Various Python Apps and Tools Which could be used by Anyone.
🌐
GitHub
github.com › mahmoud › awesome-python-applications
GitHub - mahmoud/awesome-python-applications: 💿 Free software that works great, and also happens to be open-source Python.
MoinMoin - (Repo, Home, WP, Docs) Python's own web-based wiki software, used for the official Python wiki and many others. (server) OfflineIMAP - (Repo, Home, WP) IMAP reader and synchronizer. (linux) OnionShare - (Repo, Home, Docs) Secure and anonymous file sharing over Tor services. (linux, windows, mac, qt5) Pootle - (Repo, Home, WP) Web application for collaborative translation.
Starred by 17.8K users
Forked by 2.7K users
Languages   Jupyter Notebook
Discussions

Example of a simple and well made Python project on Github

You should checkout the discord.py repository! It's well structured. https://github.com/Rapptz/discord.py

More on reddit.com
🌐 r/learnpython
52
326
December 20, 2020
How to release Python code on GitHub
I have created a Python script and I want to create a release on GitHub. However, this is a script and not a Python package, so I cannot create a .whl file and then attach it to GitHub to create a release. The script is within a src directory. Not attaching the link to the GitHub repo since ... More on discuss.python.org
🌐 discuss.python.org
6
0
November 13, 2023
🌐
GitHub
github.com › gitpython-developers › GitPython
GitHub - gitpython-developers/GitPython: GitPython is a python library used to interact with Git repositories. · GitHub
GitPython is a python library used to interact with Git repositories. - gitpython-developers/GitPython
Starred by 5.1K users
Forked by 968 users
Languages   Python
🌐
GitHub
github.com › PySimpleGUI › PySimpleGUI
GitHub - PySimpleGUI/PySimpleGUI: Python GUIs for Humans! PySimpleGUI is the top-rated Python application development environment. Launched in 2018 and actively developed, maintained, and supported in 2024. Transforms tkinter, Qt, WxPython, and Remi into a simple, intuitive, and fun experience for both hobbyists and expert users. · GitHub
Python GUIs for Humans! PySimpleGUI is the top-rated Python application development environment. Launched in 2018 and actively developed, maintained, and supported in 2024. Transforms tkinter, Qt, WxPython, and Remi into a simple, intuitive, ...
Starred by 13.7K users
Forked by 1.8K users
Languages   Python
🌐
GitHub
github.com › python › cpython
GitHub - python/cpython: The Python programming language · GitHub
3 days ago - You can pass many options to the configure script; run ./configure --help to find out more. On macOS case-insensitive file systems and on Cygwin, the executable is called python.exe; elsewhere it's just python.
Starred by 72.2K users
Forked by 34.4K users
Languages   Python 62.1% | C 35.8% | C++ 0.7% | M4 0.4% | HTML 0.3% | JavaScript 0.2%
🌐
GitHub
github.com › topics › python-app
python-app · GitHub Topics · GitHub
PyShop is an online Python Ecommerce website built with Django, SQLite and Bootstrap. A simple and lightweight ecommerce app easily deployable anywhere anytime with modules developed upon the inbuilt django admin.
🌐
Reddit
reddit.com › r/learnpython › example of a simple and well made python project on github
r/learnpython on Reddit: Example of a simple and well made Python project on Github
December 20, 2020 -

Hi, I'm wanting to have a look at some examples of really well made but extremely simple python projects in an attempt to better understand basic structure and design. People suggest to me things like Requests or Flask... they may be beautiful but they are way too complex for what I'm after.

Any suggestions that come to mind?

Find elsewhere
🌐
GitHub
github.com › pallets › flask
GitHub - pallets/flask: The Python micro framework for building web applications. · GitHub
The Python micro framework for building web applications. - pallets/flask
Starred by 71.4K users
Forked by 16.8K users
Languages   Python
🌐
GitHub
github.com › topics › python-webapp
python-webapp · GitHub Topics · GitHub
This web-app shows the functionality of the model-agnostic explainable-ai engine LIME on 3 common deep learning text classifiers (BERT, LSTM, TFIDF-NN) for fake news detection. react machine-learning django python-webapp python-unittest interpretable-ai explainable-ai
🌐
GitHub
github.com › topics › python-application
python-application · GitHub Topics · GitHub
An application to send G-Codes and control my milling machine. python qt gplv3 pyqt5 qt5 cnc gcode pyqt gcode-visualizer python-application gcode-editor gcode-sender gcode-viewer milling-machine
🌐
GitHub
github.com › topics › python-web-application
python-web-application · GitHub Topics · GitHub
A Simple App built with Python and Flet. 🐍💻 Easy to use and customize.
🌐
GitHub
github.com › reflex-dev › reflex
GitHub - reflex-dev/reflex: 🕸️ Web apps in pure Python 🐍
Reflex is a library to build full-stack web apps in pure Python.
Starred by 28.3K users
Forked by 1.7K users
Languages   Python 97.5% | JavaScript 1.5% | PowerShell 0.3% | Shell 0.3% | CSS 0.2% | Dockerfile 0.2%
🌐
GitHub
github.com › Python-World › python-mini-projects
GitHub - Python-World/python-mini-projects: A collection of simple python mini projects to enhance your python skills · GitHub
May 25, 2022 - github-of-wone · 33 · Stopwatch Application · Gaodong · 34 · CLI Proxy Tester · Ingo Kleiber · 35 · XML to JSON file Convertor · John Kirtley · 36 · Compress file and folders · Gaodong · 37 · Find IMDB movie ratings · ShivSt · 38 · Convert dictionary to python object ·
Starred by 18.2K users
Forked by 6K users
Languages   Python 98.8% | HTML 1.1%
🌐
GitHub
github.com › fastapi › fastapi
GitHub - fastapi/fastapi: FastAPI framework, high performance, easy to learn, fast to code, ready for production · GitHub
"If anyone is looking to build a production Python API, I would highly recommend FastAPI. It is beautifully designed, simple to use and highly scalable, it has become a key component in our API first development strategy and is driving many automations and services such as our Virtual TAC Engineer." ... If you are building a CLI app to be used in the terminal instead of a web API, check out Typer.
Starred by 96.9K users
Forked by 9K users
Languages   Python
🌐
GitHub
github.com › PyGithub › PyGithub
GitHub - PyGithub/PyGithub: Typed interactions with the GitHub API v3 · GitHub
PyGitHub is a Python library to access the GitHub REST API. This library enables you to manage GitHub resources such as repositories, user profiles, and organizations in your Python applications.
Starred by 7.7K users
Forked by 1.9K users
Languages   Python 99.6% | Shell 0.4%
🌐
GitHub
github.com › topics › python-desktop-application
python-desktop-application · GitHub Topics · GitHub
CIM: Sales and stock management app. Features include order/delivery/payment tracking, filtering, low stock alerts, and data analysis. Simplifies monitoring, reduces errors, and improves data accuracy. Generates reports with one click. qt sql python-desktop-application inventory-management-system pyside6
🌐
GitHub
github.com › topics › python-applications
python-applications · GitHub Topics · GitHub
A Scoop bucket for Python applications that do not provide standalone executables. python scoop python-apps python-applications scoop-apps scoop-bucket
🌐
GitHub
github.com › python
Python · GitHub
Repositories related to the Python Programming language - Python