UncertainProd / FnF-Spritesheet-and-XML-Maker

A Friday Night Funkin' mod making helper tool that allows you to generate XML files and spritesheets from induvidual pngs
GNU General Public License v3.0
78 stars 71 forks source link

How to run source? #32

Open 0GreenGitHub opened 2 years ago

0GreenGitHub commented 2 years ago

The description is not very clear and I do not understand how to run the source code. Please help because I really want to use this app.

niltok64 commented 2 years ago

You need to download the source code with the green Download button, then use Python to run the file called xmlpngUI.py in the src folder. You can install Python from python.org. You can also use pyinstaller to build locally to macOS.

Hope I could help.

0GreenGitHub commented 2 years ago

@imsad2 I tried doing that but it says "-bash: pip: command not found"

niltok64 commented 2 years ago

@imsad2 I tried doing that but it says "-bash: pip: command not found"

Are you sure Python is in the PATH? And are you sure it's Python 3.9?

ghost commented 2 years ago

https://www.geeksforgeeks.org/how-to-install-pip-in-macos/