Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/majdlhb/football-quiz
It's a football players quiz that provide with player information. Your role is to write the player's name. You can answer with 'hint' or 'Hint' and 'help' or 'Help' if you need some help.
https://github.com/majdlhb/football-quiz
football football-players football-python-quiz football-python3-quiz football-quiz names-quiz names-quiz-python players-quiz python python-quiz python-quiz-game python3 quiz quiz-game
Last synced: 24 days ago
JSON representation
It's a football players quiz that provide with player information. Your role is to write the player's name. You can answer with 'hint' or 'Hint' and 'help' or 'Help' if you need some help.
- Host: GitHub
- URL: https://github.com/majdlhb/football-quiz
- Owner: MajdLHB
- Created: 2023-09-24T16:48:59.000Z (over 1 year ago)
- Default Branch: Script
- Last Pushed: 2024-08-27T21:21:31.000Z (5 months ago)
- Last Synced: 2024-11-08T08:43:20.447Z (3 months ago)
- Topics: football, football-players, football-python-quiz, football-python3-quiz, football-quiz, names-quiz, names-quiz-python, players-quiz, python, python-quiz, python-quiz-game, python3, quiz, quiz-game
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Football-Quiz
Welcome to the Football Legends List project! This repository contains a Python script that generates a list of football (soccer) legends, including their transfer history and interesting facts about them. This list includes some of the greatest players of all time, both past and present.
It's a football players quiz that provide with player information. Your role is to write the player's name. You can answer with 'hint' or 'Hint' and 'help' or 'Help' if you need some help.
## Table of Contents
- [Features](#features)
- [Usage](#usage)## Features
- Generates a list of football legends with detailed information.
- Includes famous players from various eras and clubs.
- Continuously updated with new players who are currently active in the sport.
- Provides interesting facts and statistics about each player.## Usage
1. Intall the sorce file (.zip).
2. Extract it.
3. Open the Quiz.py file with the python app or run it with terminal:
- **Run the Python Script:**
```bash
python3 Quiz.py
```- **On Windows**, if `python3` is not recognized, you might need to use `python` instead:
```bash
python Quiz.py
```- **On macOS and Linux**, `python3` is generally the correct command.
4- And dont forget to install this:
```bash
py -m pip install ttkthemes
```