A simple binary file editor made with PyQt6.
Find a file
2024-11-21 17:01:14 +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 Added ui.py to make everything a little more oop. 2024-11-21 16:56:08 +01:00
file.py That wasn't necessary. 2024-11-21 17:01:14 +01:00
highlighting.py Made the font background of ones orange. 2024-11-20 18:26:46 +01:00
main.py Added ui.py to make everything a little more oop. 2024-11-21 16:56:08 +01:00
requirements.txt Updated requirements.txt 2024-11-18 17:56:47 +01:00
ui.py Added ui.py to make everything a little more oop. 2024-11-21 16:56:08 +01:00
utils.py Added settings widget. 2024-11-21 16:40:37 +01:00