Skip to content

Instantly share code, notes, and snippets.

View PufferFishDev's full-sized avatar
💭
coding python stuff

Kevin Alavik PufferFishDev

💭
coding python stuff
View GitHub Profile
@PufferFishDev
PufferFishDev / README.md
Last active February 3, 2025 21:12
popcat.click Auto Clicker Hack (updated)
@Denbergvanthijs
Denbergvanthijs / donut.py
Last active May 16, 2025 10:57
3D spinning donut in Python. Based on the pseudocode from: https://www.a1k0n.net/2011/07/20/donut-math.html
import numpy as np
screen_size = 40
theta_spacing = 0.07
phi_spacing = 0.02
illumination = np.fromiter(".,-~:;=!*#$@", dtype="<U1")
A = 1
B = 1
R1 = 1