Skip to content

damyrismailov/password-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Password Manager

Beginner password manager application with a Tkinter GUI.

Main features

  • Generates random passwords with letters, numbers and symbols.
  • Stores website, email/username and password in a local file (for example JSON).
  • Provides a simple GUI with input fields and buttons.

What I learned

  • Creating GUIs with Tkinter (labels, entries, buttons, grid layout).
  • Reading and writing JSON or text files.
  • Basic validation so fields are not left empty.

How to run

Open main.py in Python 3 and run the file. Use the GUI to generate and save passwords.
This is a learning project and not intended for real production passwords.

About

Local password generator & storage (demo; optional GUI/encryption).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages