Skip to content

Instantly share code, notes, and snippets.

View SHARKgamestudio's full-sized avatar
🔄
Working on the reboot of an old project

Ethan ALVES SHARKgamestudio

🔄
Working on the reboot of an old project
  • GamingCampus (G.Tech)
  • Lyon - France
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