Added useful links section to README.md

This commit is contained in:
BlueFox 2024-11-15 19:52:37 +01:00
parent 864a833a43
commit fd2a4117b3
Signed by: BlueFox
GPG Key ID: 327233DA85435270

View File

@ -104,6 +104,17 @@ So, as the `Config` class uses python's magic function for getting and setting a
- [lcdMenu](https://git.privacynerd.de/BlueFox/lcdMenu) - used for the menus
## Learning curve
Here are some of the websites I learnt a lot from while programming this project - mainly here for documentation reasons.
- [https://bhave.sh/micropython-json-config/ - A small guide into configuration files in json](https://bhave.sh/micropython-json-config/)
- [https://docs.micropython.org/en/latest/library/json.html - the official micropython wiki page about the same topic](https://docs.micropython.org/en/latest/library/json.html)
- [https://stackoverflow.com/questions/16311562/python-json-without-whitespaces - Thread how to format a json file bit more beautiful](https://stackoverflow.com/questions/16311562/python-json-without-whitespaces)
- [https://staskoltsov.medium.com/python-magic-methods-to-get-set-attributes-716a12d0b106 - a guide about magic functions for settings and getting attributes](https://staskoltsov.medium.com/python-magic-methods-to-get-set-attributes-716a12d0b106)
- [https://git-scm.com/book/en/v2/Git-Tools-Submodules - the official guide into git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules)
## License
This project is licensed under GPL-3.0-or-later. See [LICENSE](LICENSE).