[main] Added a few sources to README

This commit is contained in:
Thastertyn 2025-01-07 15:23:41 +01:00
parent c683b7070f
commit b970320d80

View File

@ -37,3 +37,9 @@ My solution will use the following tech stack:
5. **`python-dotenv`** for configurability 5. **`python-dotenv`** for configurability
The problem in question will be demonstrated on a library application The problem in question will be demonstrated on a library application
## Sources
1. [Qt documentation for pyside2](https://doc.qt.io/qtforpython-5/PySide2/QtWidgets)
1. [Qt documentation for PySide6](https://doc.qt.io/qtforpython-6/PySide6/QtWidgets/)
2. [Pythontutorial.net](https://www.pythontutorial.net/pyqt/pyqt-qtoolbar/)
3. [Docs.sqlalchemy.org](https://docs.sqlalchemy.org/)