https://github.com/sush-sp777/password-manager-
This is a Python-based Password Manager using Tkinter for GUI and pyperclip for clipboard operations. It generates, copies, and securely saves passwords. Users can store login credentials in a text file for easy access.
https://github.com/sush-sp777/password-manager-
gui gui-application oop python tkinter
Last synced: 8 months ago
JSON representation
This is a Python-based Password Manager using Tkinter for GUI and pyperclip for clipboard operations. It generates, copies, and securely saves passwords. Users can store login credentials in a text file for easy access.
- Host: GitHub
- URL: https://github.com/sush-sp777/password-manager-
- Owner: sush-sp777
- Created: 2025-02-03T11:28:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T11:32:35.000Z (over 1 year ago)
- Last Synced: 2025-02-10T22:53:18.113Z (over 1 year ago)
- Topics: gui, gui-application, oop, python, tkinter
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Manager using Tkinter
It is a Python-based application built using Tkinter for the GUI.
It allows users to generate strong passwords consisting of letters, numbers, and symbols.
The generated password is automatically copied to the clipboard for convenience. Users can securely store website
credentials, including Website Name, Email/Username, and Password, in a text file. The application features a simple and
intuitive interface with labeled entry fields and buttons for generating and saving passwords. The "Add" button ensures that
credentials are saved only after user confirmation. Additionally, an image logo is integrated
into the UI for better aesthetics. The password storage file is updated in append mode, allowing continuous data
entry without overwriting previous credentials.