A simple binary file editor made with PyQt6.
Find a file
2024-11-21 18:54:32 +01:00
gui/raw_ui Added settings widget. 2024-11-21 16:40:37 +01:00
binary_text_edit.py Made it write even if the cursor is at the end of the file. 2024-11-20 17:19:07 +01:00
connect_gui.py The settings now actually do something. 2024-11-21 18:08:34 +01:00
editor.py Moved some functions from FileActions to File to make the code more OO 2024-11-21 17:34:44 +01:00
file.py Moved some functions from FileActions to File to make the code more OO 2024-11-21 17:34:44 +01:00
highlighting.py Made the font background of ones orange. 2024-11-20 18:26:46 +01:00
main.py The settings get now stored. 2024-11-21 18:54:32 +01:00
requirements.txt Updated requirements.txt 2024-11-18 17:56:47 +01:00
settings.py The settings get now stored. 2024-11-21 18:54:32 +01:00
ui.py The settings get now stored. 2024-11-21 18:54:32 +01:00
utils.py The settings get now stored. 2024-11-21 18:54:32 +01:00