Skip to content
View tomatosoupcan's full-sized avatar

Block or report tomatosoupcan

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

    An open source fightboard made to be cheap, be compatible, and give your thumbs some options.

    9 3

  2. Scrapes Vaccines Data for Michigan a... Scrapes Vaccines Data for Michigan and Plots It
    1
    from selenium import webdriver
    2
    import numpy as np
    3
    import matplotlib.pyplot as plt
    4
    import scipy.stats as stats
    5
    np.set_printoptions(suppress=True)
  3. soupTrainer soupTrainer Public

    A rhythm game based trainer for fighting games

    GDScript 4 1

  4. plateau plateau Public

    A web board for le plateau

    HTML

  5. Draw an image into Jackbox Games Draw an image into Jackbox Games
    1
    import mouse
    2
    import keyboard
    3
    import cv2
    4
    import numpy as np
    5
    import urllib.request
  6. ChunItachi ChunItachi Public

    DLL for sending scores to KamaItachi

    C++