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
- Host: GitHub
- URL: https://github.com/njs-guy/generic-pixel-art-scaler
- Owner: njs-guy
- License: mit
- Created: 2022-04-02T15:52:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T21:26:32.000Z (almost 3 years ago)
- Last Synced: 2024-12-30T22:29:44.334Z (4 months ago)
- Topics: pillow, pixel, pixel-art, pixel-perfect, python, python-3, python3, tkinter, tkinter-gui, tkinter-python
- Language: Python
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.