A collection of small Python programs and utilities for everyday tasks. Each tool is simple, lightweight, and solves one specific problem.
- Animation - show animation till a task is in progress
- AutoDoc - generate documenation, description for a function
- Command - run given command on terminal and show output match with pattern
- Convert – convert length from one to another
- Equation - solve quadratic equation
- Getch - input implemented, using builtin modules
- Humanize - format seconds, bytes, and wind directions into human-readable text.
- Password - encrypt and decrypt password
- Structure - implement data structures like stack and queue
- Watcher – watch python and run program when file changes
- More coming soon...
-
Clone the repository:
git clone https://github.com/itzpremsingh/python-tools.git cd python-tools
-
Run the script:
python3 animation.py
Feel free to open issues or submit pull requests to improve the tools or add new ones.
This project is open-source under the MIT License.