Skip to content

lumini-statio/PrysmKeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SePaGen v1.4.1

Note

You can find the installer on the latest release!

Project target

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.

Installer

You can download the compressed, in the latest Release, there are less bugs and security problems.

Contributions

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.

Clone the code, install dependencies and run the project on local

You will need to get a virtual enviroment manager, like Anaconda, virtualenvwrapper or python virtualenv, here's how you proceed...

Anaconda

  • 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]

virtualenvwrapper

run on your terminal:

  • mkvirtualenv [your-env-name]

python virtualenv

  • python -m venv [your-env-name]
  • ./[your-env-name]/Scripts/activate on windows
  • source /[your-env-name]/bin/activate on MAC/Unix

and finally

  • pip install -r requirements.txt

and you'll need only go to main.py and run it, enjoy it!

About

Secure password generator and keeper builded on python with flet for desktop

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages