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.
The system should have python installed.
Open terminal and in terminal open this project file.
Simple: installing Pyinstaller:
pip install pyinstallerinstalling Pypercilp:
pip install pypercliponce done open main.py file and change DEFAULT_EMAIL variable to your choice.
Creating Desktop Appliction:
pyinstaller main.py --onefile -wFor Mac OS
Step1:pipenv is to create virtual specific environment
pip install pipenvonce done:
pipenv shellStep2:libraries needs to be:
pip install pyperclippip install py2apponce done open main.py file and change DEFAULT_EMAIL variable to your choice.
Step3: Creating Desktop Appliction : py2app
python setup.py py2app -Aafter 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.
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.