Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fqlox authored Jan 25, 2023
1 parent 359b932 commit 6c056d5
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,27 @@
# sprite-generator

Sprite generator from a directory of images, similar to [GlueIT](https://github.com/Kavex/GlueIT).
Run on OSX but can be build into other platforms
Run on OSX but can be build into other platforms. You can find a build in the dist directory.

Made in python


## Requirement
## Requirements

```
python 3.7
Pillow 9.4
tkinterdnd2 0.3
pyinstaller 5.7 if you want to build
```

## Build command

With pyinstaller installed in your python environnement, you can build with:

```
pyinstaller -F -w main.py --additional-hooks-dir=. --icon=logo/logo.png
```



0 comments on commit 6c056d5

Please sign in to comment.