Skip to content
View EndCod3r's full-sized avatar
:octocat:
What day is it?
:octocat:
What day is it?

Block or report EndCod3r

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. TokyoPichu TokyoPichu Public

    Forked from NYRI4/LilyPichu

    A remix of NYRI4's LilyPichu theme in the style of Tokyo Night.

    SCSS

  2. pc-optimizer pc-optimizer Public

    EndCod3r's PC Tweaker! - Quick and easy way to speed up your PC!

    PowerShell

  3. dank-streamer dank-streamer Public

    A simple collection of script that streams for you on the Dank Memer Discord bot.

    Python

  4. pydungeon-game pydungeon-game Public

    A text-based dungeon crawler game made in Python

    Python

  5. Calculate the bitrate required for a... Calculate the bitrate required for a video to fit into a certain file size.
    1
    file_size = 25  # Enter size in megabytes
    2
    
                  
    3
    while True:
    4
        length = input("Enter the length of the video in seconds: ")
    5