https://github.com/zeionara/pale
League of legends data parser
https://github.com/zeionara/pale
Last synced: 3 months ago
JSON representation
League of legends data parser
- Host: GitHub
- URL: https://github.com/zeionara/pale
- Owner: zeionara
- License: apache-2.0
- Created: 2023-10-18T23:37:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-30T01:19:06.000Z (over 1 year ago)
- Last Synced: 2025-01-02T07:46:04.445Z (5 months ago)
- Language: Python
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pale
![]()
*There was once a **pale** man with dark hair...*
League Of Legends data parser
## Usage
To call the module:
```sh
python -m pale parse
```The command will generate file `assets/pale.tsv` with generated dataset.
## Installation
To install from `pip` (coming soon):
```sh
pip install pa-le
```To create environment and install all dependencies:
```sh
conda env create -f environment.yml
```