Skip to content

Latest commit

 

History

History
110 lines (72 loc) · 2.49 KB

File metadata and controls

110 lines (72 loc) · 2.49 KB


Logo

Poke Password Generator

EX

Example Password

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

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

(back to top)

Built With

Python

(back to top)

Getting Started

Installation

  1. Clone the repo
    git clone https://github.com/EthanSc-o7/PokePasswordGenerator
  2. Install
     pip install requirements.txt
  3. 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

(back to top)