An open API service indexing awesome lists of open source software.

https://github.com/njs-guy/generic-pixel-art-scaler

An easy way to bulk resize pixel art
https://github.com/njs-guy/generic-pixel-art-scaler

pillow pixel pixel-art pixel-perfect python python-3 python3 tkinter tkinter-gui tkinter-python

Last synced: 2 months ago
JSON representation

An easy way to bulk resize pixel art

Awesome Lists containing this project

README

        

# Generic Pixel Art Scaler

An easy way to bulk resize pixel art.

# How to compile

1. Install Python 3.10 or newer.
2. Clone this repo. Usually with `git clone https://github.com/njshockey/generic-pixel-art-scaler.git`
3. Make sure the [setuptools and build](https://setuptools.pypa.io/en/latest/userguide/quickstart.html) Pip packages are installed.
4. Run `python -m pip install .` to install the necessary packages.
5. To build as a Python package, run `python -m build` at the root of the directory.