A Psych Engine Supported file structure for Python.
Features:
- JSON-based weeks
- JSON-based charts
- Slightly user-friendly UI
This is not affiliated with ShadowMario or Denpa Engine, nor the Funkin' Crew Developers.
This is a step by step to compile the repository.
Follow these steps to compile Python FNF:
- Ensure you have Python installed on your system.
- Install Git if you haven't already.
Note
If you've already cloned the python-fnf repository, skip to Step 3.
- Clone repository:
git clone https://github.com/NAEL2XD/python-fnf.git - When it's fully cloned, go inside
python-fnffolder. - Open a terminal in the
python-fnffolder. - Type
pip install -r requirements.txtin the terminal. - Wait until it's done.
- Close the terminal.
- Double click on
compile.bat. - It should start compiling, when it's done compiling you should see
exportandbuild - Open
exportand you've successfully built Python FNF!
Note
Tip: This workflow is especially recommended for Python developers who want to debug or test changes incrementally.
If you want to test your changes without compiling, you can run:
python Compile.py.
This allows you to preview your modifications before building the project.
Thank you for using Python FNF! Feel free to contribute or report any issues