Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reshmaharidhas/car-logo-quiz
Desktop game application to guess the famous car brands made with Python and Tkinter
https://github.com/reshmaharidhas/car-logo-quiz
beginner-project car desktop-app desktop-application exe game game-development guessing-game gui kids-game logo-quiz logoquiz logos pycharm python python3 quiz-game quizapp tkinter tkinter-game
Last synced: about 1 month ago
JSON representation
Desktop game application to guess the famous car brands made with Python and Tkinter
- Host: GitHub
- URL: https://github.com/reshmaharidhas/car-logo-quiz
- Owner: reshmaharidhas
- License: mit
- Created: 2024-04-17T15:46:02.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T12:38:23.000Z (8 months ago)
- Last Synced: 2024-05-22T12:49:59.139Z (8 months ago)
- Topics: beginner-project, car, desktop-app, desktop-application, exe, game, game-development, guessing-game, gui, kids-game, logo-quiz, logoquiz, logos, pycharm, python, python3, quiz-game, quizapp, tkinter, tkinter-game
- Language: Python
- Homepage:
- Size: 3.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Car-Logo-Quiz
Welcome to my Car Logo Quiz desktop application to play and test your knowledge about famous car brands from around the world! This is a Python desktop application made with Tkinter library.
If you are a car enthusiast or interested in automobile brands, you should try this game.## Programming Language
- Python 3
## Tech Stack
- Tkinter (GUI)
- Pygame (Audio library)## Development Tools💻
- PyCharm
- PyInstaller## Features🚘
- Logos displayed in random order always
- Text on buttons displayed randomly for every logo displayed
- Points increased and displayed on every correct answer
- Sound effect to show point is increased for correct answer🔔
- After submitting the answer, the wrong answer is shown by making the wrong selection by player in red color ❌
- After submitting the answer, the correct answer is shown in green color ✅
- Wide range of logos from worldwide🚗
- Exit button to quit the game## How to play🎮
- Identify the logo displayed
- Click any one button among the 4 choice buttons having your answer as logo brand
- Submit your answer by clicking the 'Submit' button
- If your answer is correct, the points will be increased. Otherwise no change in points.
- Click the Next button to move to the next logo
- Continue playing## Download the Game🎮
- Click the 'Releases' section which is towards the right side of this page👉
- Download the 'CarLogoQuiz.exe' file in your computer⬇️
- Double click on the .exe file to run and play the guessing game.## Screenshots💻
![screenshot3](https://github.com/reshmaharidhas/Car-Logo-Quiz/assets/37250413/52f0c327-a9ca-4982-a29f-11121844e048)
Showcasing correct answer chosen by player by highlighting button in green background. Towards the left is the changing score.![screenshot4](https://github.com/reshmaharidhas/Car-Logo-Quiz/assets/37250413/14b432d1-cd7d-488f-b5e0-522e27078e6a)
Showcasing the wrong answer chosen by player by highlighting button in red background and also the correct answer in green color.![screenshot2](https://github.com/reshmaharidhas/Car-Logo-Quiz/assets/37250413/c85778e2-8f27-43b9-a580-94efabd3c884)
Showcasing the total score of player when the game ends## Installation🔌
```bash
$ git clone https://github.com/reshmaharidhas/Car-Logo-Quiz
```
```bash
$ cd Car-Logo-Quiz
```
```bash
$ python3 carlogoquiz.py
```
## License
This project is licensed under the MIT License.