WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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

No packages published

Languages