initial commit

This commit is contained in:
2025-08-31 20:29:24 +02:00
commit 0bc3d81b0b
2 changed files with 11 additions and 0 deletions

7
StainGuide.py Normal file
View File

@@ -0,0 +1,7 @@
import PySide6.QtCore
# Prints PySide6 version
print(PySide6.__version__)
# Prints the Qt version used to compile PySide6
print(PySide6.QtCore.__version__)

4
requiments.txt Normal file
View File

@@ -0,0 +1,4 @@
PySide6==6.9.2
PySide6_Addons==6.9.2
PySide6_Essentials==6.9.2
shiboken6==6.9.2