New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bitmapmaker

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitmapmaker

A package for creating your own custom bitmaps from a windows GUI.

pipPyPI
Version
1.0.3
Maintainers
1

bitmapmaker

bitmapmaker is a Python package that allows you to create custom bitmaps using a Windows GUI. You can toggle squares on and off, including bulk area selection, and visualize the resulting bitmap in a 2D array. The generated bitmap is also printed to the terminal for easy copying.

Features

  • Toggle individual squares on and off
  • Bulk area selection
  • Visualize the resulting bitmap in a 2D array
  • Copy the generated bitmap from the terminal

Installation

To install bitmapmaker, clone the repository and install the required dependencies:

git clone https://github.com/Ruxton07/bitmapmaker.git
cd bitmapmaker
pip install -r requirements.txt

Usage

To use bitmapmaker, run the following command and enter the dimensions of the grid when prompted:

python -m src.bitmapmaker.bitmapgui

Example

After running the command, a GUI window will open where you can toggle squares on and off. Once you submit, the generated bitmap will be displayed in a 2D array format and printed to the terminal.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request on the GitHub Repository, or you can contact me

Contact

For any questions or inquiries, please contact the author:

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts