A simple binary file editor made with PyQt6.
Find a file
2024-12-07 19:36:40 +01:00
gui/raw_ui Implemented copying files. 2024-11-30 22:20:49 +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 Implemented copying files. 2024-11-30 22:20:49 +01:00
editor.py Fixed 2 bugs and OOPed everything a little more. 2024-11-22 16:20:43 +01:00
example.txt Added example.txt 2024-11-21 18:57:58 +01:00
file.py Fixed a wrong default type and a crash. 2024-11-30 22:38:45 +01:00
highlighting.py Made the font background of ones orange. 2024-11-20 18:26:46 +01:00
main.py That was not needed anymore. 2024-12-07 19:36:40 +01:00
README.md Added README.md 2024-12-01 14:14:23 +01:00
requirements.txt Updated requirements.txt 2024-11-18 17:56:47 +01:00
settings.py Implemented setting: highlight ones. 2024-11-21 20:19:37 +01:00
ui.py Fixed 2 bugs and OOPed everything a little more. 2024-11-22 16:20:43 +01:00
utils.py Adapted some code to changes in the wobbl tools. 2024-12-07 19:26:25 +01:00

Bread Editor

I couldn't find any binary editor with that you can edit single bits,
but I needed to write some binary data in a digital logic simulator.
So I just made one.

Features

Feature Description State
Editing of basic image formats If u have a very simple black/white image format
where single bits control the color,
the editor can highlight the enabled bits.
Implemented