Home
Softono

PyPassword

Open source MIT Python
13
Stars
0
Forks
0
Issues
2
Watchers
5 years
Last Commit

 About PyPassword

secure password manager written in python !

Platforms

Web Self-hosted Linux

Languages

Python

Links

Need Help Installing PyPassword?

We provide expert installation service for this software. Our team will install, configure, and secure PyPassword on your server. plans start at just $30.

PyPassword

View on GitHub

what is pyPassword?

secure password manager written in python !

Screenshots

pyPassword pyPassword pyPassword pyPassword

install for linux


sudo apt install git python python3

git clone https://github.com/RedMads/pyPassword.git && cd pyPassword

chmod +x installers/install_linux.sh && chmod +x update.sh

bash installers/install_linux.sh

python3 main.py

install for termux


pkg install git

git clone https://github.com/RedMads/pyPassword.git && cd pyPassword

chmod +x installers/install_termux.sh && chmod +x update.sh

bash installers/install_termux.sh

python3 main.py

install for windows


make sure youre install python language from Here

Download the repo zip extract it

and double click on installers/install_win.bat it will install some librarys the program will need when the install is done just double click on main.py it will execute the program follow the sign up !

update


to update this program just execute update.sh file !

NOTICE: it will not work for windows just linux and termux.

attention !


to add more security convert the progrom from py source code to executable using PyInstaller module!

make sure you in the pyPassword directory!

pip3 install PyInstaller

python3 -m PyInstaller --onefile main.py

mv dist/main .

rm dist build -rf

rm main.spec

chmod +x main && ./main