Skip to content

A simple Python GUI application using Tkinter to generate random passwords with or without repeated characters.

Notifications You must be signed in to change notification settings

SkyLeftTheCode/Python-Password-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Python Password Generator

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.

Features

  • Generate random passwords with letters, numbers, and symbols.
  • Option to allow or disallow character repetition.
  • Simple and intuitive GUI for easy use.

How to Use

  1. Enter the desired password length.
  2. Choose if repetition is allowed (1 = no repetition, 2 = repetition allowed).
  3. Click "Generate" to see your password.

Built With

  • Python 3
  • Tkinter
  • Random module

Notes

  • This is my first personal project created to learn Python and GUI programming.
  • The project helped me understand Tkinter, StringVar, and basic Python functions.

About

A simple Python GUI application using Tkinter to generate random passwords with or without repeated characters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages