Skip to content

Commit 21143f4

Browse files
authored
Create README.md
1 parent a47052f commit 21143f4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

pokemonApp/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
![alt text](https://raw.githubusercontent.com/Dellagi/pySQL_API/main/pokemonApp/screenshot_1.png?raw=true)

0 commit comments

Comments
 (0)