A lightweight utility web application built with Python and Flask that provides useful everyday tools, including a secure password generator and decimal-to-binary/hexadecimal converter.
- 🔐 Generate secure random passwords
- 🔢 Convert decimal numbers to binary
- 🔠 Convert decimal numbers to hexadecimal
- 📱 Responsive user interface
- Python
- Flask
- HTML5
- CSS3
git clone <https://github.com/JhayCodesDev/smart-utility>cd smart-utilitypip install flaskpython app.pyThe application will be available at:
http://127.0.0.1:5000
smart-utility/
│
├── __pycache__/ # Python bytecode cache
├── static/ # CSS, images, and other static assets
├── templates/ # HTML templates
├── README.md # Project documentation
└── app.py # Main Flask application
I built this project while learning Python and Flask to strengthen my backend fundamentals by creating practical tools instead of only following tutorials.
- Add password strength customization
- Add more number conversion formats
- Improve the UI
- Save generated passwords
- Deploy online
This project is licensed under the MIT License.


