Skip to content

MaadhyamRana/PyToolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyToolkit

A set of handy tools programed in Python.
NOTE: An active python installation is required to run this program. Get it from Here.

Instructions (Usage)

To run the program, simply run "Run.py". Make sure the "Tools" folder is in the same directory as "Run.py".

Instructions (Modifying)

New tools can be added by simply adding the corresponding (.py) file to the "Tools" folder. Make sure that the first line of the file is a short description comment. Example: "# (Description here)". This description will show up in the drop down menu when "Run.py" is run.

Tools included

  • Standard / Scientific Calculator Made by referring to the tutorial by DJ Oamen. Changes include refactoring, A modern look, and better error handling.

  • Unit Convertor Based on the project by neerajnabar. Changes include refactoring, A modern look, Restructured data type for unit conversions so that less lines of code are required for storing and adding new units / unit types (Short instructions on how to do so are present in the file "Convertor.py"). Other features include better error handling and a new "Swap" button for swapping units of conversion.

  • Password Generator Based on the project on GeeksForGeeks. Changes include a modern look, and error handling.

  • To-Do List Maker Made by referring to the tutorial by TokyoEdtech. Changes include UI redesign, and an "Export" feature that allows user to save their tasks to a text file.
    NOTE: Tasks can be deleted one at a time by selecting the task and then clicking delete. Oldest task is deleted by default if selection is not made.

About

A set of handy tools programmed in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages