From 0bc3d81b0b81e718e85681e102decae817742ab4 Mon Sep 17 00:00:00 2001 From: bartool Date: Sun, 31 Aug 2025 20:29:24 +0200 Subject: [PATCH] initial commit --- StainGuide.py | 7 +++++++ requiments.txt | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 StainGuide.py create mode 100644 requiments.txt diff --git a/StainGuide.py b/StainGuide.py new file mode 100644 index 0000000..a20cbd3 --- /dev/null +++ b/StainGuide.py @@ -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__) \ No newline at end of file diff --git a/requiments.txt b/requiments.txt new file mode 100644 index 0000000..91c79fa --- /dev/null +++ b/requiments.txt @@ -0,0 +1,4 @@ +PySide6==6.9.2 +PySide6_Addons==6.9.2 +PySide6_Essentials==6.9.2 +shiboken6==6.9.2