A terminal-based OSINT-style tool for generating realistic fictional personas
β Made by ZOUBAIRE | For educational & ethical purposes only
β Generate realistic fake identities:
- Name, username, email, phone, address, birthday, job, company, nationality, bio
β Minimal, terminal-friendly interface with ASCII banners
β Auto-clears screen for fresh view after each generation
β Auto-export personas to exports/ as .txt files
β Built-in ethical usage warnings
Clone the repository:
git clone https://github.com/YOUR_USERNAME/fictional-persona-studio.git
cd fictional-persona-studio
Create and activate a virtual environment (recommended):
python3 -m venv venv
source venv/bin/activate
Install dependencies:
pip install -r requirements.txt
---
π Usage
Run the tool:
python app.py
Inside the tool:
[1] Generate New Persona --> Saves automatically in exports/
[2] Exit --> Close the program
---
π§© Example Output
βββββββββββ βββββββββββββββββββ ββββββββββ ββββββ βββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββ
ββββββ ββββββ βββ ββββββ ββββββββββββββ
ββββββ ββββββ βββ ββββββ ββββββββββββββ
βββ βββββββββββ βββ βββββββββββββββββ βββββββββββ
βββ βββ βββββββ βββ βββ βββββββββββββ βββββββββββ
Name: Alex Johnson
Username: alexj123
Email: alex.johnson@example.com
Phone: +1 555-1234
Address: 123 Fake Street, Metropia, NY
Birthday: 1992-04-12
Job: Software Engineer
Company: FutureTech Inc
Nationality: USA
Bio: Loves coding, hiking, and exploring new cities.
---
β Disclaimer
This project is intended strictly for educational and ethical use.
Do not use generated personas for illegal, harmful, or deceptive activities.
---
β Contribute
Pull requests are welcome!
If youβd like to improve this project, feel free to fork, star, and submit a PR.