A simple binary file editor made with PyQt6.
Find a file
2024-11-20 15:52:10 +01:00
gui/raw_ui Implemented closing tabs. 2024-11-19 19:05:28 +01:00
binary_text_edit.py Now the user is restricted to inputting only 0 and 1 and cant overwrite the separator character. 2024-11-20 15:52:10 +01:00
connect_gui.py Now the editor even warns when it gets closed and there are any unsaved files. 2024-11-20 13:45:49 +01:00
file.py Now the user is restricted to inputting only 0 and 1 and cant overwrite the separator character. 2024-11-20 15:52:10 +01:00
main.py Implemented a warning if the user tries to close a file that was not saved. 2024-11-20 13:05:24 +01:00
requirements.txt Updated requirements.txt 2024-11-18 17:56:47 +01:00
utils.py Now the editor even warns when it gets closed and there are any unsaved files. 2024-11-20 13:45:49 +01:00