Python package to deal with League of Legends files.
Project description
Pyritofile
Pyritofile is a Python library designed to read and manipulate basic league of legends files. It is originally from LtMAO project made by Tarngaina then published by me (GuiSaiUwU) to be used as a python package.
Installation
Requires python 3.10 or higher. Since its published in PyPI to install its only required one simple CLI command:
pip install pyritofile
Small Example Usage
To use pyritofile, you first need to import the class you want to use and instantiate, then you fill the data by using the read() method.
from pyritofile import SKN
skn_file = SKN()
skn_file.read('Path/To/File.skn')
print(skn_file.__json__())
Extra:
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyritofile-0.2.4.tar.gz.
File metadata
- Download URL: pyritofile-0.2.4.tar.gz
- Upload date:
- Size: 47.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84433821d006b47f9727c502a60bf1fcda441071a35477e0104ef42d33b3fa82
|
|
| MD5 |
aed8a34c44e9286cb659fae73b59a490
|
|
| BLAKE2b-256 |
33501ddd52bce76fc398b0a5eb1c832753f00972c4d431b19805daf3951fa47f
|
File details
Details for the file pyritofile-0.2.4-py3-none-any.whl.
File metadata
- Download URL: pyritofile-0.2.4-py3-none-any.whl
- Upload date:
- Size: 53.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5281b766099656b73686047dbd539407f933542fa93f57abcec910fa834404b0
|
|
| MD5 |
38f23055d4f7138691581bb611589578
|
|
| BLAKE2b-256 |
d8fdc32e0e48cfe3fbfd9f031ef9e2053c01c10ac5d60f8078d750103fbfeb91
|