A simple, easy to use desktop app to generate XML sitemaps for your website.
Please note that this app is still in active development and I'm fixing issues and adding more features.

You can install this on:
- Windows
- MacOS
- Ubuntu Linux
Please reach out to me if you're having trouble installing this on your system and I'll try to help you.
You'll need PyInstaller to do this. Make sure you install it in this project's virtual environment using pip3 install PyInstaller.
Then you can configure the main.spec file to suit your needs.
You can run pyinstaller main.spec to generate build and dist directories. You'll find an executable for the system you're building on in the dist directory.
This readme will be updated with installation instructions once I've figured it out.
I'm not a Python developer, and this project is for learning purposes. It is also built out of frustration with most sitemap generator tools that have max page limits and make you pay.
Feel free to contact me via my website https://chilldsgn.com if you have any questions or suggestions.
FIY I used some LLM generated code, but it was mostly shit, so I fixed what I could and will review at a later stage to fix some residual stupidity.