Skip to content

Instantly share code, notes, and snippets.

View SHARKgamestudio's full-sized avatar
⌨️
The Cursed Legacy

ALVES Ethan SHARKgamestudio

⌨️
The Cursed Legacy
View GitHub Profile
@SHARKgamestudio
SHARKgamestudio / aura_engine.py
Last active October 6, 2023 07:49
evee_engine
# importing modules
from kandinsky import *
# open the file
fl = open("file.py")
# prepare to read the file
fl.seek(1)
fileBytes=int(fl.read(5))
index=7