create a test in order to practice for exams, test your knowledge, and boost your memory!
Project description
Quiz 🎯
Create your quiz game faster in Python!
Why?
To practice for exams, test your knowledge, and boost your memory!
How?
- Import this module into your script:
from quiz_game import start_quiz
- Add your questions and answers in a dictionary:
start_quiz(
{
"question 1": "answer to question 1",
"question 2": "answer to question 2",
"question 3": "answer to question 3",
}
)
- Run your script and play the quiz!
You’ll see ✅ for correct answers and 💀 for wrong ones. At the end, you’ll get your score, e.g. "2/3".
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
quiz_game-0.0.2.tar.gz
(4.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quiz_game-0.0.2.tar.gz.
File metadata
- Download URL: quiz_game-0.0.2.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb7d735f5f010fc92982da4d67c66fa8cc9b18e499f13115fec9cd06e221d429
|
|
| MD5 |
38b5124e3100a93d1353cc71c0896d04
|
|
| BLAKE2b-256 |
e6345bd40a845625764b9a09a9563d9510f83eecc15f4a42056d3279ef0c0e31
|
File details
Details for the file quiz_game-0.0.2-py3-none-any.whl.
File metadata
- Download URL: quiz_game-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5ff9cf1736818db4a9445a23dbe60b6a098c4a1d0ffda4d83437a51115e05ba
|
|
| MD5 |
15d0e736689c3516cb119179222f39d9
|
|
| BLAKE2b-256 |
ad594a20a086a93acd4e91c7e15f42f32b957db7ea744b6b55b12ab616aeb5c1
|