PokeQuiz
Current version: 1.1.2
PokeQuiz is a command line studying tool that allows you to test your knowledge by answering randomly-generated Pokemon questions. Currently, data from generations 1 – 7 is included, but I do have plans to add generation 8 and possibly side-games such as Colosseum and XD Gale of Darkness in later releases.
PokeQuiz ships with a lightweight SQLite database containing information on:
- Pokemon
- Regions (Kanto, Johto, etc.)
- Towns
- Gym Leaders
- Enemy Teams (Rocket, Magma, etc.)
- Games (Red & Blue, Silver & Gold, etc.)
Installation
To install via pip, go to your terminal and run:
> pip install pokequiz
To install using git, run:
> git clone https://github.com/Dechrissen/PokeQuiz.git
> cd pokequiz && pip install -U .
Usage
Installing PokeQuiz will add an entry point to your PATH named pokequiz.
To run PokeQuiz from your terminal, simply run:
> pokequiz
or
> python -m pokequiz
How to use the PokeQuiz Main Menu
------------------------------
Welcome to PokeQuiz!
------------------------------
-----------------
Main Menu
-----------------
1 - Start Quiz
2 - Study Categories
3 - Marathon Mode
4 - Settings
5 - Set Seed
6 - Help
7 - Quit
>
Start Quiz
This will give you a 20-question quiz.
Study Categories
This will give you a 20-question quiz restricted to ONE category.
Marathon Mode
This will give you an endless quiz. Type 'quit' at any time to exit.
Settings
Here you can edit global settings (generation filtering and question limit) before studying.
Set Seed
Enter a seed to challenge others to the same quiz.
Sample Questions
Fuchsia City is a town in what region?
Who is the Champion in Platinum version?
What evolves into Altaria?
Team Aqua is the enemy team in what region?
Who is the professor in Kalos?
Seeds
PokeQuiz supports set quiz seeds to generate identical quizzes in order to challenge others and compare scores. All seeds will invoke a 20-question quiz with no restriction on Pokemon generation or question type.
Currently supported seeds: 1-100
Release files for pokequiz 1.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pokequiz-1.1.2.tar.gz | 48.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pokequiz-1.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 98.2 kB
Release files / pokequiz-1.1.2.tar.gz
| Download URL | pokequiz-1.1.2.tar.gz |
|---|---|
| Size | 48.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0868151729fd54baeef93bfff9daa4edac67d1e176764f62ed055a153206f51f
|
|
BLAKE2b-256 checksum How to use checksums |
5e634e9b6149b4b05f153ac808265ac292c6fcd606d664473519149583a55631
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
|
Release files / pokequiz-1.1.2-py3-none-any.whl
| Download URL | pokequiz-1.1.2-py3-none-any.whl |
|---|---|
| Size | 49.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ec3ab2fb5e15f0cafbb1f20ede1cd4109fbdba2936e3c128820dcdcb938feaa7
|
|
BLAKE2b-256 checksum How to use checksums |
2a562af612b5140ffb8e83ca2653869193299e4a05eee7be04d0b97e531cedb0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
|