smv1999 / Password-Generator-and-Manager

Password Generator and Manager Application written in Python.

Home Page:https://smv1999.github.io/Password-Generator-and-Manager/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🔑 Password Generator and Manager

GitHub followers GitHub forks Lines of code

Password-Generator-and-Manager

Introduction

Generally, we sign-up for various websites such as E-commerce, Social Media and others and many a times are not able to manage passwords and usernames effectively. What if we had a Password Management System that could help us in this direction ? Yes, what you think is right? This is a Password Generator and Management System. The Password Generation module is responsible for helping you create unique and secure password. The Password Management module is responsible to store and retrieve the passwords pertaining to the websites in which you have / want to have an account.

⚒️ Tech Stack and Tools Used

  • Python
  • Tkinter GUI Toolkit
  • MySQL

➡️ Getting Started

  • Fork this repository and clone it.
  • Requirements : You can install the Python packages by using this command in the Command Prompt: pip install -r requirements.txt
  • Run the Python file, password_generator.py
  • After that you are good to proceed and enjoy the demo of the application.

💡 Feature and UI/UX Improvements ✨

  • Make the UI more attractive
  • Improve the security of password storage

Dependencies and Requirements

  • Have you a look at the dependencies here
  • This application runs on Windows 10 only as the toast messages displayed to the users are specific to Windows 10 OS.

Screenshots

  • Password Generation

alt-text

  • Save Password

alt-text

  • Get Password

alt-text

  • Display all Passwords

alt-text

Note: If you want to contribute to this project, follow the guidelines given in CONTRIBUTING.md.

About

Password Generator and Manager Application written in Python.

https://smv1999.github.io/Password-Generator-and-Manager/

License:GNU General Public License v3.0


Languages

Language:Python 100.0%