PyssView
A Simple GUI application to organize and store accounts/passwords.
Install/Run (Linux)
Via script
This way will install a binary version and create a desktop icon.
$ git clone https://github.com/jeffrichardchemistry/PyssView
$ cd PyssView
$ python3 install_linux.py
It is possible run a code version. This way needs install python dependencies.
$ pip3 install PyQt5 #install pyqt5 library
$ git clone https://github.com/jeffrichardchemistry/PyssView
$ cd .../PyssView/app
$ python3 pyssview.py
Install/Run (Windows/MacOs)
For now for these systems, this application is not available in binary form and does not have an installation script. Just run:
$ git clone https://github.com/jeffrichardchemistry/PyssView
go to .../PyssView/app
$ python3 pyssview.py