Skip to content

Jamil226/Streamlit-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎲 Random Generator Hub

Welcome to Random Generator Toolkit — a simple and powerful open-source Streamlit app that lets you generate:

  • Random full names (from a dataset of 1000+ names)
  • Strong, customizable random passwords

Empowering people through open-source innovation.


Live Demo

🟢 Try it here: https://jamil.streamlit.app/


Features

🔐 Random Password Generator

  • Choose password length (8–32 characters)
  • Choose character types:
    • Letters Only (A–Z, a–z)
    • Numbers Only (0–9)
    • Letters + Numbers
    • Letters + Numbers + Special Characters

📛 Random Name Generator

  • Generates random full names from a JSON dataset of 1000+ entries
  • Great for demos, testing, placeholder data

Tech Stack


📁 Project Structure

random-generator-app/ ├── app.py ├── requirements.txt ├── random_names_1000.json └── .streamlit/ └── config.toml (optional for theming)


▶️ How to Run Locally

  1. Clone the repo
git clone https://github.com/Jamil226/Streamlit-App

Create a virtual environment (optional but recommended)

python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

Install dependencies

pip install -r requirements.txt # On Windows: venv\Scripts\activate

Run the app

streamlit run app.py # On Windows: venv\Scripts\activate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages