A fun personality quiz built with Streamlit to determine if you're a Fungirl, Becky, or Peter!
- Interactive Quiz: Answer 5 questions with A, B, or C options
- Personality Types: Get classified as Fungirl, Becky, or Peter
- Visual Results: Beautiful pie chart showing your personality breakdown
- Result Images: Personalized images based on your quiz result
- German Interface: Fully localized in German
-
Install dependencies:
pip install -r requirements.txt
-
Run the app:
streamlit run app.py
-
Open your browser to the provided local URL (usually
http://localhost:8501)
Make sure you have these image files in the images/ folder:
images/Quiz-Banner.png- Main banner imageimages/Fungirl-Result.png- Result image for Fungirl typeimages/Becky-Result.png- Result image for Becky typeimages/Peter-Result.png- Result image for Peter type
The quiz uses a mapping system where each question's A, B, C answers correspond to different personality types. Your final result is determined by which type you selected most frequently across all 5 questions.
- Streamlit - Web app framework
- Matplotlib - Pie chart visualization
- Pandas - Data processing
Enjoy discovering your personality type! ๐