Skip to content

Latest commit

 

History

History
80 lines (50 loc) · 1.8 KB

File metadata and controls

80 lines (50 loc) · 1.8 KB

🔐 Simple-Password-Generator

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.


🚀 Features

  • Generate random passwords instantly
  • Customizable length and complexity (optional future add-on)
  • Clean and beginner-friendly Python code
  • No external libraries needed — pure Python

🛠️ Requirements

  • Python 3.13.2
    (Should work on earlier versions of Python 3 as well)

📦 How to Use

# Clone the repository
git clone https://github.com/jibcamun/Simple-Password-Generator.git
cd Simple-Password-Generator

# Run the script
python main.py

⚠️ Disclaimer

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

📁 File Structure

Simple-Password-Generator/
├── main.py
└── README.md

🧠 Example Output

Generated Password: yK3#nR9z!LpX

🧪 Future Enhancements

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

🧑‍💻 Author

Made with Python and a hint of caffeine by Jibran


📄 License

This project is open-source. Feel free to modify and use it in your own projects.