In the discussion below:
- application - a standalone project that runs some function and behavior. It is not published in PyPi.
- module - a consistent set of behaviours that make writing other modules or applications easier.
See Templates for python and other project templates
Python Modules
- Fast logger - logger faster than the default logging module
- GUI API using tkinter - basic API functions for testing tkinter apps
- On-the-fly Stats - basic statics calculated without storing data
- One line socket communication - a simple communication protocol that sends/receives one (ascii) line at a time
Python Applications
- Remote Terminal - A python application that helps you develop on multiple platforms easily
- Fix My Media - An app that helps you clean up duplicate media files, file names, and more
- Metabolism and Weight data - an app that helps you successfully play Wordle
- Wordle Game helper - an app that helps you successfully play Wordle