https://github.com/domicoder/python-export-html-with-api
Pokédex hecha en Python para consola. La cual cuenta con las opciones de Agregar pokemones, ver los pokemones agregados, hacer reporte por cumpleaños, por tipos y comida por tipo; exportar un pokémon en un archivo HTML con CSS, exportar un mapa usando la librería Leaflet (Hecha en JavaScript) y HTML, y por ultimo cerrar el programa y permitiendo la persistencia de datos, es decir, cuando se cierre se mantengan los pokemones agregados y cuando abra el programa nos muestre los pokemones que hay agregados.
https://github.com/domicoder/python-export-html-with-api
Last synced: 6 months ago
JSON representation
Pokédex hecha en Python para consola. La cual cuenta con las opciones de Agregar pokemones, ver los pokemones agregados, hacer reporte por cumpleaños, por tipos y comida por tipo; exportar un pokémon en un archivo HTML con CSS, exportar un mapa usando la librería Leaflet (Hecha en JavaScript) y HTML, y por ultimo cerrar el programa y permitiendo la persistencia de datos, es decir, cuando se cierre se mantengan los pokemones agregados y cuando abra el programa nos muestre los pokemones que hay agregados.
- Host: GitHub
- URL: https://github.com/domicoder/python-export-html-with-api
- Owner: domicoder
- Created: 2022-07-02T07:22:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-02T07:24:37.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T01:41:49.738Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 294 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-export-html-with-api
Python export html with css, and use PokeAPI with python requests.
# Python 3
Install dependencies with python 3
```python3 -m pip install requests```
# Run project
```python3 main.py```