A beautiful, modern World Flag Quiz application built with Python (Flask) and HTML/CSS/JS.
- 🌍 Two Game Modes: Guess the Flag and Guess the Capital.
- 🎨 Modern Interface: Clean, responsive design with smooth animations.
- 🔥 Streak Counter: Track your consecutive correct answers.
- 📚 Country Info: Learn facts about countries directly from Wikipedia.
- Install the required dependencies:
pip install -r requirements.txt
- Start the application:
python app.py
- Open your web browser and navigate to: http://127.0.0.1:5000
app.py: Main Flask application logic.static/: CSS, JavaScript, and Flag images.templates/: HTML files.flags.txt: Database of flags and capitals.