Convert fluXis maps to osu!'s .osz format.
There are two .py files.
One works in VS CODE, where you replace the lines at the top of the script with your file paths.
The other works in the command line with the command python "C:\..\fluXis2osu.py" "<inputFile>.fsc" "<outputFolder>". You can use python "C:\..\fluXis2osu.py" -h for more information.
Input Path: The path to the input .fsc file from fluXis.
Output Path: Directory where the output .osz file will be created.
Covered under the MIT license.