Note
You can find the installer on the latest release!
This is a project to store your passwords. You can create your user, passwords in different ways, login, logout, copy password's text, delete and list them. SePaGen counts with a hashing and crypting system to store your passwords and your data, so is a great application to store your passwords in a safe way.
You can download the compressed, in the latest Release, there are less bugs and security problems.
If you want to continue the project development, you can fork the repository, create a new branch and create a pull request with your changes!
Note
If your working on a update, will be nice to have the code latest version.
You will need to get a virtual enviroment manager, like Anaconda, virtualenvwrapper or python virtualenv, here's how you proceed...
- Add the Anaconda Scripts folder to PATH
- run on your terminal:
- conda create -n [your-env-name] python=3.11.10
- conda activate [your-env-name]
run on your terminal:
- mkvirtualenv [your-env-name]
- python -m venv [your-env-name]
- ./[your-env-name]/Scripts/activate on windows
- source /[your-env-name]/bin/activate on MAC/Unix
- pip install -r requirements.txt
and you'll need only go to main.py and run it, enjoy it!