Updated README.md

This commit is contained in:
The Wobbler 2024-12-08 15:48:32 +01:00
parent 7cc65fb651
commit a23750f6b2

View file

@ -6,14 +6,16 @@ So I just made one.
### Features
| Feature | Description | State |
|--------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------|
| Editing of basic image formats | If u have a very simple black/white image format<br/>where single bits control the color,<br/>the editor can highlight the enabled bits. | <input type="checkbox" disabled checked /> Implemented |
| Feature | Description | State |
|-----------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------|
| Editing of basic image formats /<br>"Syntax Highlighting" | If u have a very simple black/white image format<br/>where single bits control the color,<br/>the editor can highlight the enabled bits. | <input type="checkbox" disabled checked /> Implemented |
## Setup
To be able to use this program,\
you have to clone the repository, install the requirements and make the file called "main.py" executable.\
This program was made for Linux.\
It may work on Windows or Mac too, but it was not tested on these systems.\
To be able to use this program, you have to clone the repository,\
install the requirements and make the file called "main.py" executable.\
You can do that using these commands:
```bash