Skip to content

shreyannandanwar/Password_Manager-Offline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Manager

It's a desktop application to manage websites, username/email stores and generate passwords with a description input field for any details or note which needs to be stored.

Requirement

The system should have python installed.

Installation

Open terminal and in terminal open this project file.

Simple: installing Pyinstaller:

pip install pyinstaller

installing Pypercilp:

pip install pyperclip

once done open main.py file and change DEFAULT_EMAIL variable to your choice.

Creating Desktop Appliction:

pyinstaller main.py --onefile -w

For Mac OS

Step1:pipenv is to create virtual specific environment

pip install pipenv

once done:

pipenv shell

Step2:libraries needs to be:

pip install pyperclip
pip install py2app

once done open main.py file and change DEFAULT_EMAIL variable to your choice.

Step3: Creating Desktop Appliction : py2app

python setup.py py2app -A

after following the steps in the main folder a 'dict' folder is created open it and click on app to start the application.

![Screenshot 2023-02-21 at 3 15 44 AM] (https://user-images.githubusercontent.com/98053839/220202950-853cd52b-1172-4bfc-8bc4-c61336c4954e.png)

It should appear like this.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT