Skip to content

technigit/bitmap-designer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitmap Designer (Python)

A text-based utility to design bitmap graphics for JavaScript projects.

Prerequisites

  • Python 3.11 or higher

Setup

  1. (Optional) Create and activate a virtual environment:

    macOS/Linux:

    python -m venv .venv
    source .venv/bin/activate

    Windows:

    python -m venv .venv
    .venv\Scripts\activate
  2. Install the project and dependencies:

    pip install -e .

    This installs the bitmap-designer CLI command and the required textual dependency.

Running the Application

To run without installing (using the source directly):

python -m bitmap_designer

Or, install the project and run the CLI command:

pip install -e .
bitmap-designer

Notes

  • The app uses the Textual TUI framework, which requires a terminal with color and mouse support.
  • Bitmap projects are saved as JSON files to ~/bitmaps by default.
  • Press Q from any screen to quit the application.

About

This is a text-based utlity to design bitmap graphics for JavaScript projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages