Table of Contents
Use Pokemon data to make easy to memorize and secure passwords, either via randomly generating them or by selecting pokemon one at a time
Users can generate passwords via:
- main.py which runs in the terminal
- pokepassword.py for a simple GUI implementation
Python
- Clone the repo
git clone https://github.com/EthanSc-o7/PokePasswordGenerator
- Install
pip install requirements.txt
- Change git remote url to avoid accidental pushes to base project
git remote set-url origin github_username/repo_name git remote -v # confirm the changes
