Skip to content
View Shiv-Patil's full-sized avatar

Organizations

@crux-bphc @swdNucleus @peer-safe @bphcerp

Block or report Shiv-Patil

Report abuse

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

Report abuse

Pinned Loading

  1. A small Pokémon battle game written ... A small Pokémon battle game written in pure python. ANSI-supported terminal required.
    1
    import random
    2
    import re
    3
     
    4
    _strip_ANSI_escape_sequences_sub = re.compile(r"\x1b\[[;\d]*[A-Za-z]", re.VERBOSE).sub
    5
     
  2. streamora streamora Public

    A live streaming platform

    TypeScript