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 import quiz-game
- Add your questions and answers in a dictionary:
quiz-game(
{
"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.1.tar.gz
(4.0 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.1.tar.gz.
File metadata
- Download URL: quiz_game-0.0.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff1c72cb71136f52f1089dfbee89137264b5e69be03bf5dbca7e055946048d97
|
|
| MD5 |
7ee4cbaaeac90a1bdae3bc2f36f12fdf
|
|
| BLAKE2b-256 |
95b1b6b8d47418509ffdbf4966d4c8cb268130f6db323c43ec7c53bdf890e1b2
|
File details
Details for the file quiz_game-0.0.1-py3-none-any.whl.
File metadata
- Download URL: quiz_game-0.0.1-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 |
3ac98c6f43a3fac0f637feb5552fca2682d6ebd23243a4fe72215037e69d9a50
|
|
| MD5 |
abe414a25ee49a01bb1a36a15666c50f
|
|
| BLAKE2b-256 |
a70b00a282f4e6eb7cfaf3d48a795646f92fe542f0eb0b5bbc83fd3f41d75df0
|