A simple binary file editor made with PyQt6.
gui/raw_ui | ||
binary_text_edit.py | ||
connect_gui.py | ||
editor.py | ||
example.txt | ||
file.py | ||
highlighting.py | ||
main.py | ||
README.md | ||
requirements.txt | ||
settings.py | ||
ui.py | ||
utils.py |
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 |