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 January 31, 2024 13:10
popcat.click Auto Clicker Hack (updated)
@Denbergvanthijs
Denbergvanthijs / donut.py
Last active June 5, 2024 11:22
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