An open API service indexing awesome lists of open source software.

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.

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.