Skip to content
View ZephyrBlu's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Shopify
  • London
  • 23:56 (UTC)

Block or report ZephyrBlu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. zephyrus-sc2-parser zephyrus-sc2-parser Public

    A parser for .SC2Replay files

    Python 40 9

  2. rust-parser rust-parser Public

    Rust 2 1

  3. zephyrus zephyrus Public

    Backend Django App for Zephyrus

    JavaScript

  4. zephyrus-app zephyrus-app Public

    Frontend React/Redux App for Zephyrus

    JavaScript

  5. sc2.gg sc2.gg Public

    TypeScript 4 1

  6. Simple script for analyzing your rep... Simple script for analyzing your replays
    1
    from pathlib import Path
    2
    from zephyrus_sc2_parser import parse_replay
    3
    
                  
    4
    # change this to match the directory you're using
    5
    replays = Path('replays')