|
436cb3018c
|
Made the cursor also be a square when square bits is enabled.
|
2024-12-15 16:07:47 +01:00 |
|
|
2cb7b80cb8
|
Moved function connect_gui() from own file to GUI class for better OOP and less complicated file structure.
|
2024-12-15 15:43:09 +01:00 |
|
|
d3b3dbc754
|
Fixed some bugs in the ui conversion script.
|
2024-12-14 22:01:41 +01:00 |
|
|
5cf5885d4b
|
Set default parameter for int.to_bytes() so that the editor is compatible with Python<3.12
The parameter is only standard since Python3.12.
|
2024-12-14 19:40:31 +01:00 |
|
|
47ede1e689
|
setup.py now automatically executes the gui generation script.
|
2024-12-14 19:19:29 +01:00 |
|
|
b7a6ba567a
|
Changed folder structure to match the python package standards more and created setup.py for an easy installation.
|
2024-12-14 18:41:42 +01:00 |
|