• class Elias(Human):
        def __init__(self, brain, body):
            self.brain = brain
            self.body = body
    
        @staticmethod
        def paiten():
            print("paiten")
    
        def __del__(self):
            print("💀")
    
  • Joined on 2025-04-02
Updated 2025-10-30 15:46:22 +01:00
ever wanted to have a stroke looking up weather information? its your lucky day
Updated 2025-10-23 13:32:21 +02:00
surprisingly addicting hangman game made in python
Updated 2025-10-14 13:26:03 +02:00
a script to automatically solve math equations on mathtrainer
Updated 2025-10-06 13:39:23 +02:00
a script to automatically type on monkeytype with adjustable speed & accuracy
Updated 2025-10-03 11:05:10 +02:00
a script to automatically click once green appears
Updated 2025-10-03 11:00:30 +02:00
python scripts to calculate ip binary stuff, because doing it manually is aids
Updated 2025-09-17 11:03:04 +02:00
control a robomaster with a (barely working) python app
Updated 2025-04-03 12:45:29 +02:00