A menu-driven collection of small Python utilities. Pick a tool from the menu, use it, then go back or quit.
Choose a tool:
1. Password Generator
2. To-Do List
3. Temperature Converter
4. Quit
- Password Generator - creates a random password of your chosen length
- To-Do List - a simple add/list/delete task list for your session
- Temperature Converter - converts between Celsius, Fahrenheit, and Kelvin
python cli_tools.pyBuilt as a beginner-friendly demonstration of loops, functions, and CLI menus in Python.