From b970320d809ac62edeb33327e988810c94c4e7c0 Mon Sep 17 00:00:00 2001 From: Thastertyn Date: Tue, 7 Jan 2025 15:23:41 +0100 Subject: [PATCH] [main] Added a few sources to README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 107dfb6..4be2e28 100644 --- a/README.md +++ b/README.md @@ -36,4 +36,10 @@ My solution will use the following tech stack: 4. **SqlAlchemy** for database management 5. **`python-dotenv`** for configurability -The problem in question will be demonstrated on a library application \ No newline at end of file +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/) \ No newline at end of file