A simple binary file editor made with PyQt6.
Find a file
2024-12-14 19:23:30 +01:00
bread_editor setup.py now automatically executes the gui generation script. 2024-12-14 19:19:29 +01:00
README.md Simplified installation instructions because a manual conversion of the ui files is no longer needed. 2024-12-14 19:23:30 +01:00
requirements.txt Added wobbl tools to the requirements.txt 2024-12-07 20:03:41 +01:00
setup.py setup.py now automatically executes the gui generation script. 2024-12-14 19:19:29 +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 /
"Syntax Highlighting"
If you have a very simple black/white image format
where single bits control the color,
the editor can highlight the enabled bits.
Implemented

Setup

This program was made for Linux.
It may work on Windows or Mac too, but it was not tested on these systems.
To install the editor, you just have to clone the repository and install it using pip.
You can do that using these commands:

git clone https://teapot.informationsanarchistik.de/Wobbl/Bread_Editor.git
cd Bread_Editor
pip install .

If you have already set up git for ssh, you can also clone the repository like this:

git clone git git@teapot.informationsanarchistik.de:Wobbl/Bread_Editor.git

You can now start the editor by typing in the terminal: bread_editor