Skip to content
View UnrealFar's full-sized avatar
💭
oi oi, homelander took me son
💭
oi oi, homelander took me son

Highlights

  • Pro

Organizations

@PyTweet
Block or Report

Block or report UnrealFar

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
UnrealFar/README.md

Hey! I'm Farhan, AKA UnrealFar!

  • A back-end programmer who makes stuff for fun.
  • Work with game-projects and make API wrappers.

Linguistic skills

  • Python
  • C++
  • JS
  • HTML
  • CSS

Support me

Github Stats

UnrealFar's Github Stats

unrealfar

Contact

Feel free to contact if you have any issues or questions regarding my projects.

farrr

Pinned Loading

  1. Discode Discode Public

    An asynchronous Discord API wrapper.

    Python 3 2

  2. PyTweet/PyTweet PyTweet/PyTweet Public archive

    A Synchronous object oriented API wrapper for Twitter's APIs.

    Python 26 12

  3. PyTweet/PyTweetBot PyTweet/PyTweetBot Public

    Official server botto for the PyTweet support server

    Python 2

  4. A simple console odd or even game in... A simple console odd or even game in Python
    1
    from typing import Literal
    2
    import random
    3
    
                  
    4
    CONVERSIONS = {
    5
        "one": 1,