SpongeSplits is a video autosplitting tool for SpongeBob Squarepants: Battle for Bikini Bottom.
- Add roadmap and features here
- Add unit/intergration tests
- Startup Flags (abseil)
- Fix codebase to pass super-linter
- Get codebase typed, and checks integrated with Github Actions
- Migrate configuration files to TOML (from YAML)
Unfortunately for me, I needed to get this working for Windows which ended up being harder than one might've thought. To get all the different dependencies to work harmoniously, people recommeneded installing the Unofficial Windows Binaries for Python
In the end, I was able to get all Pip-installed packages to work for the project using Python 3.6.8. My recomendation would be to use 3.6, however 3.7 might work. If you end up running into a DLL runtime error (on Windows), then I'd suggest to try installing these binaries. I'm keeping some of these binaries here for potential future use, but you'll likely want to download them and install for yourself from the source.