Version 2.0c Release!

Sharpness and some other improvements added!
This commit is contained in:
Kenneth Estanislao
2025-10-12 22:33:09 +08:00
parent f9270c5d1c
commit ae2d21456d
12 changed files with 1896 additions and 558 deletions

9
modules/run.py Normal file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env python3
# Import the tkinter fix to patch the ScreenChanged error
import tkinter_fix
import core
if __name__ == '__main__':
core.run()