Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guifes authored May 10, 2021
1 parent 93eac8d commit dff89bf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# pyxelate-interface
A GUI for pyxelate. Pyxelate is a tool written in Python to basically downsample images and reduce their palette.

You can read more on pyxelate here: https://github.com/sedthh/pyxelate

## Setup
Before you attempt to run the program in this repo first you need to:
- Have Python installed (I was only able to make pyxelate work with Python 3.8)
- Install pyxelate's dependencies (Please mind the versions. More info at https://github.com/sedthh/pyxelate)
- sklearn 0.24.1
- skimage 0.18.1
- numba 0.53.1
- To build this project you need to have its dependecies installed with haxelib:
- haxeui-core: [git]
- haxeui-openfl: [git]
- openfl: [git]

Soon I'll make Windows and OSX binaries available.

0 comments on commit dff89bf

Please sign in to comment.