Skip to content
View Shiv-Patil's full-sized avatar
  • BITS Pilani, Hyderabad campus
  • 01:49 (UTC +05:30)
  • Instagram krymzin0311

Organizations

@peer-safe

Block or report Shiv-Patil

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
Shiv-Patil/README.md
Krymzin's github stats

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 1