OOTP Custom Schedules Generator
Hey everyone! I've been working on a side project with the help of GitHub Copilot and Gemini regarding OOTP and trying to generate baseball league schedules. The schedule generation is calculated using a python script with some scheduling rules and guidelines plus the user's defined parameters.
There's a web app available at ootpschedules.com if you don't want to run the script locally. This is a very early release so there might be bugs that still need to be worked out. Larger sized leagues can cause longer loading times too.
I'd welcome others to give it a test for feedback and/or locating any issues that I have not found and addressed yet. Thanks!
I'm a IT systems engineer by day and definitely not a developer so keep that in mind if you take a look 😂.