Metadata-Version: 2.4
Name: bitmapmaker
Version: 0.0.1
Summary: A package for creating your own custom bitmaps from a windows GUI.
Project-URL: Homepage, https://github.com/Ruxton07/bitmapmaker
Project-URL: Issues, https://github.com/Ruxton07/bitmapmaker/issues
Author-email: Ryan Kellar <rt.kellar@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# bitmapmaker

This is a package that opens a windows GUI in which you can toggle squares on/off as you please (including bulk area selection). Once you submit, it will show you visually in a 2D array what your resulting bitmap looks like, as well as paste the python 2D array into a terminal which you can copy as needed.

You can use
[GitHub Page](https://github.com/Ruxton07/bitmapmaker)
