Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```