Skip to content

A collection of small Python programs and utilities for everyday tasks. Each tool is simple, lightweight, and focused on solving one problem.

Notifications You must be signed in to change notification settings

itzpremsingh/python-tools

Repository files navigation

Python Tools

A collection of small Python programs and utilities for everyday tasks. Each tool is simple, lightweight, and solves one specific problem.


📂 Tools Included

  • 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...

🚀 Usage

  1. Clone the repository:

    git clone https://github.com/itzpremsingh/python-tools.git
    cd python-tools
  2. Run the script:

    python3 animation.py

🤝 Contributing

Feel free to open issues or submit pull requests to improve the tools or add new ones.


📜 License

This project is open-source under the MIT License.

About

A collection of small Python programs and utilities for everyday tasks. Each tool is simple, lightweight, and focused on solving one problem.

Topics

Resources

Stars

Watchers

Forks

Languages