We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47052f commit 21143f4Copy full SHA for 21143f4
pokemonApp/README.md
@@ -0,0 +1,25 @@
1
+### A Pokemon game:
2
+
3
+This is nice implementation of `__pyORM__` in a simple Pokemon game, the game is based on a public API (`https://pokeapi.co/api/v2/`)
4
5
+__Requirements__:
6
+* python +3.6 is required
7
8
+__Libraries__:
9
10
+- requests
11
+- tqdm
12
+- PyInquirer
13
+- prompt-toolkit==1.0.14
14
+- prettytable
15
+- pyfiglet
16
17
+### Setup and run
18
19
+```bash
20
+$ pip3 install -r requirements.txt
21
+$ python3 main.py
22
+```
23
24
25
+
0 commit comments