Skip to content

Imrezao/PasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Password Generator

A Python-based password generator with multiple generation methods and an interactive Streamlit dashboard.

Requirements

  • Python 3.7+
  • streamlit
  • nltk

Install dependencies:

pip install streamlit nltk

Download NLTK words corpus:

python -c "import nltk; nltk.download('words')"

Running the Project

Run Streamlit Dashboard

streamlit run dashboard.py

Features

  • PIN Generator: Generate numeric PINs of any length
  • Random Password Generator: Create secure passwords with customizable length, symbols, and numbers
  • Memorable Password Generator: Generate easy-to-remember passphrases using English words
  • Interactive Dashboard: User-friendly Streamlit interface with copy-to-clipboard functionality

About

A Python-based password generator with multiple generation methods and an interactive Streamlit dashboard.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages