A text-based utility to design bitmap graphics for JavaScript projects.
- Python 3.11 or higher
-
(Optional) Create and activate a virtual environment:
macOS/Linux:
python -m venv .venv source .venv/bin/activateWindows:
python -m venv .venv .venv\Scripts\activate
-
Install the project and dependencies:
pip install -e .This installs the
bitmap-designerCLI command and the requiredtextualdependency.
To run without installing (using the source directly):
python -m bitmap_designerOr, install the project and run the CLI command:
pip install -e .
bitmap-designer- The app uses the Textual TUI framework, which requires a terminal with color and mouse support.
- Bitmap projects are saved as JSON files to
~/bitmapsby default. - Press
Qfrom any screen to quit the application.