Skip to content
View IbrahAbd's full-sized avatar

Organizations

@Dungeons-and-Developers-COMPY

Block or report IbrahAbd

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
IbrahAbd/README.md
def my_life(caffeine=100, sleep=5) -> str:
    if caffeine >= 100 and sleep <= 5:
        return "High workload: running purely on caffeine and chaos πŸ’»πŸ”₯"
    elif caffeine >= 50 and sleep <= 7:
        return "Moderate workload: powered by lukewarm coffee and ambition β˜•πŸ˜΄ "
    else:
        return "Low workload: At peace πŸ§˜β€β™‚οΈπŸŒž"

print(my_life())

Pinned Loading

  1. Tower-Of-Creation Tower-Of-Creation Public

    A magical VR game where you awaken in a wizard’s tower as goblins close in. Guided by a talking crow, solve puzzles to forge a powerful staff that yields the power of 3 elemental choices.

    1 1

  2. FateorsGambit FateorsGambit Public

    A high-stakes 1v1 FPS Arena Card Battler where every round is unpredictable. Strategize, adapt, and outgun your opponent using a card-based system that ensures no two matches ever feel the same.

  3. Webscrapper-for-League-of-legends-data-with-PyQt5-GUI Webscrapper-for-League-of-legends-data-with-PyQt5-GUI Public

    A statistics app for League of Legends (LOL) characters and their win/lose rates against other champions. The information is scraped off of u.gg and displayed in a simplified GUI.

    XSLT

  4. Dungeons-and-Developers-COMPY/Dungeons-and-Developers Dungeons-and-Developers-COMPY/Dungeons-and-Developers Public

    Real-Time, Competitive Programming Game designed to test its effect on motivation and engagement for 1st year Comp Sci students. UCT Honours in Computer Science Project

    GDScript 1

  5. Discord-Bot-Using-Riot-Games-LOL-API Discord-Bot-Using-Riot-Games-LOL-API Public

    A python program calling the Riot games LOL API to automate stat processing and output an image.

    Python

  6. Leetcode-Daily-Question-Discord-Bot Leetcode-Daily-Question-Discord-Bot Public

    A simple python script to scrape the Daily Leetcode question and output an embedded message to a discord channel containing the question's details.

    Python