A Simple Password Generator built with Python 3.13.2 to instantly generate strong, random passwords, when you need something hackers wonβt laugh at.
- Generate random passwords instantly
- Customizable length and complexity (optional future add-on)
- Clean and beginner-friendly Python code
- No external libraries needed β pure Python
- Python 3.13.2
(Should work on earlier versions of Python 3 as well)
# Clone the repository
git clone https://github.com/jibcamun/Simple-Password-Generator.git
cd Simple-Password-Generator
# Run the script
python main.pySimple-Password-Generator is intended for educational and casual use only. It is not recommended for securing sensitive accounts such as banking, government portals, or any systems requiring high security or confidentiality.
The developer assumes no liability for any data loss, security breach, or damages resulting from the use of this tool β including, but not limited to, the misuse of weak passwords, negligence, or failure to heed this disclaimer.
Use at your own risk.
Simple-Password-Generator/
βββ main.py
βββ README.md
Generated Password: yK3#nR9z!LpX
- Add Installer Version
- Add GUI using Tkinter
- Let user choose character types (uppercase, symbols, digits, etc.)
- Add password strength meter
- Save generated passwords locally (with encryption)
Made with Python and a hint of caffeine by Jibran
This project is open-source. Feel free to modify and use it in your own projects.