Skip to content

A Password Manager written in Python. This project uses File I/O in order to save all the user data in the ROM, making it accessible all the time.

Notifications You must be signed in to change notification settings

YanivWein24/Password_Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Requirements:

  • Python 3.0 or above.
  • Download the code or clone it to your local repository.
  • Set your preferred location to 'services.txt' (line 8) - this file will contain the user data.
  • Inside mp.py set your master password by changing the return value of the function get_mp().

Features:

  • One For All - Add all your usernames and passwords, and now you only need to remember the master password!
  • Check whether a service is already listed.
  • View all the usernames and passwords in one place.
  • Delete all user data (also protected by the master password).

There are also more little things.. like exceptions handling, checking for duplicate services, and more!

Screenshots:

Add a new service:
Start

Find an existing service:
Start

View all services:
Start

Delete all services:
Start

About

A Password Manager written in Python. This project uses File I/O in order to save all the user data in the ROM, making it accessible all the time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages