Skip to main content

Parse fortnite .replay files

Project description

Ray - Go 86 em

Build Status Coverage Status PyPI BCH compliance

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 Parser and Fortnite Replay Decompressor for more details.

License

Licensed under the MIT License.

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

fortnite-replay-reader-0.1.9.tar.gz (5.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page