From dff89bffcfb6bc77e1665e427da76709aa2b9896 Mon Sep 17 00:00:00 2001 From: Guilherme Date: Sun, 9 May 2021 21:06:39 -0300 Subject: [PATCH] Create README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a6a9fd7 --- /dev/null +++ b/README.md @@ -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.