We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f054e commit e82ab46Copy full SHA for e82ab46
path.py
@@ -0,0 +1,4 @@
1
+import sys
2
+
3
+# echo %PATH%
4
+print(sys.path)
requirements.txt
@@ -0,0 +1,8 @@
+# Windows
+# Install python3 then in vscode terminal:
+# python -m venv .venv
+# pip install -r requirements.txt
5
+customtkinter==5.2.2
6
+Pillow==10.2.0
7
+pyotp==2.9.0
8
+tk==0.1.0
0 commit comments