Parse fortnite .replay files
Project description
Ray - Go 86 em
Fortnites favorite assistent is here to help you parse replay files.
from ray import Reader
with Reader("filepath") as replay:
print(replay.stats)
print(replay.team_stats)
for elim in replay.eliminations:
print(elim)
:warning: More info
Please see Fortnite Replay Decompressor for more details.
License
Licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file fortnite-replay-reader-0.3.0.tar.gz
.
File metadata
- Download URL: fortnite-replay-reader-0.3.0.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
08ca79dad6b19e5cdaf4e37f25bc06e891ed55253ae91f4fbac77c6ab8cf2d57
|
|
MD5 |
eb8672f80a638e78115a81fba9de7fa3
|
|
BLAKE2b-256 |
a771d316b4bc743bd3b531ae91451842a576e7a44d2791740b41eed90ae763a2
|