Skip to content
View thatITfox's full-sized avatar
🖥️
Restarting computer
🖥️
Restarting computer

Organizations

@fusky-labs

Block or report thatITfox

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

Hi there 👋

Pinned Loading

  1. fusky-labs/searchpets fusky-labs/searchpets Public

    Searchpets! - A Housepets! Comic Search Engine

    TypeScript 6

  2. flask_js_game flask_js_game Public

    JavaScript

  3. furry_yolov4_web furry_yolov4_web Public

    Python

  4. wikibot wikibot Public

    Python

  5. fusky-labs/mastodon-housepets-bot fusky-labs/mastodon-housepets-bot Public

    A mastodon bot dedicated to post updates on new housepets comics

    Python

  6. snake in python, without any externa... snake in python, without any external libraries and only built in python libraries
    1
    from random import *
    2
    game_map = []
    3
    print("Welcome to the game!")
    4
    rows = int(input("How many rows? "))
    5
    columns = int(input("How many columns? "))