Abhijeetbyte / MYPmanager

The MYPmanager project allows users to securely store and manage their passwords and other sensitive information.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MYPmanager

A fast and dead-simple password/credential manager app


Releases license Languages OS Github All Releases

The My password manager (MYPmanager) allows users to securely store and manage their passwords and other sensitive information, using encryption to protect the data locally (more securely). The application includes features such as the ability to add, edit, and delete credentials, as well as search for credentials based on specific criteria.

The code is well-organized and easy to read, with clear comments and explanations of each section of the code. The application has user interface, which includes a main window with tabs for managing credentials, as well as various buttons for performing actions such as adding or deleting credentials.

Overall, MYPmanager is a useful tool for managing personal passwords and other sensitive information. The code is well-written and easy to modify to fit specific needs or to add additional functionality.


Features

  • Standard Password manager offers basic operations like Add, Search, Edit and Delete etc.
  • Only need to remember the Master Password for all your saved credentials.
  • Saves your passwords in encrypted form, locally
  • Auto Backup as .csv file
  • Available in both Portable (require no installation) and Installer

Getting started

Prerequisites:

  • Your computer must be running Python3 or newer.

  • The script requires pandas,pwinput and tabulate libraries installed.

    • Open Terminal and run pip install pandas to install pandas library
    • run pip install tabulate to install tabulate library
  • Get the source code

  • Extract the zip and open main.py in Python IDE to build and run the Password manager app.

Download

Latest stable release.

Releases and prereleases contain links to standalone packages (and installers for full releases) for Windows

Your computer must be running Windows 10 or newer.


Intro

Intro GIF

Uses

Uses GIF

Reporting Issues & Contributions

Feel free to report issues and contribute to this repository

License

Copyright © 2022 Abhijeet kumar. All rights reserved.

Licensed under the CC0-1.0 License.

About

The MYPmanager project allows users to securely store and manage their passwords and other sensitive information.

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 100.0%