Skip to content

Instantly share code, notes, and snippets.

View LittleToonCat's full-sized avatar
💭
codin's over, time to throw some pies

Little Cat LittleToonCat

💭
codin's over, time to throw some pies
View GitHub Profile
@LittleToonCat
LittleToonCat / TTOffUpdater.py
Last active May 14, 2022 19:49
A quick update script for Toontown Offline. Intended for use in server environments.
#!/usr/bin/env python3
import json
import requests
import os
import sys
import hashlib
import bz2
import stat
from pathlib import Path
@LittleToonCat
LittleToonCat / HelloPandaRecord.py
Last active August 3, 2020 12:22
Record and encodes Panda3D's Hello World demo into an H.264 video format
import subprocess, platform, sys
from math import pi, sin, cos
from direct.showbase.ShowBase import ShowBase
from direct.task import Task
from direct.actor.Actor import Actor
from direct.interval.IntervalGlobal import Sequence
from panda3d.core import Point3, ClockObject
'''
@LittleToonCat
LittleToonCat / RoamingRalphGamepad.py
Created March 1, 2019 20:25
Modification of Panda3D's Roaming Ralph demo to learn how to use its new Gamepad inputs
#!/usr/bin/env python
# Author: Ryan Myers
# Models: Jeff Styers, Reagan Heller
#
# Last Updated: 2015-03-13
#
# This tutorial provides an example of creating a character
# and having it walk around on uneven terrain, as well
# as implementing a fully rotatable camera.

Keybase proof

I hereby claim:

  • I am LittleToonCat on github.
  • I am littletooncat (https://keybase.io/littletooncat) on keybase.
  • I have a public key whose fingerprint is 6F5C 44DE FC68 D674 E96C 5E0E 68CC 2B4D 0E5A F41C

To claim this, I am signing this object:

@LittleToonCat
LittleToonCat / TTRQuickLauncher.py
Last active April 12, 2020 03:12
Toontown Rewritten Quick Launcher.
#!/usr/bin/python
import getpass, urllib, sys, os, json, time, platform
class TTRQuickLauncher:
'''
This script logs you in into TTR instantly and skips the update process.
(Since it isn't documented on it's API documents)
This isn't ment to replace TTR's original launcher.