Short Description:
This is my first self-learning project, a GUI-based password generator built with Python and Tkinter. I created it to practice Python programming and GUI development.
- Generate random passwords with letters, numbers, and symbols.
- Option to allow or disallow character repetition.
- Simple and intuitive GUI for easy use.
- Enter the desired password length.
- Choose if repetition is allowed (1 = no repetition, 2 = repetition allowed).
- Click "Generate" to see your password.
- Python 3
- Tkinter
- Random module
- This is my first personal project created to learn Python and GUI programming.
- The project helped me understand
Tkinter
,StringVar
, and basic Python functions.