First,Claude Code Cowork not works on windows:
Let's fix this with online claude and pyqt6, with these commands on my folder with python scripts:
# 1. let's go to my scripts
cd "D:\PythonProjects"
# 2. make an folders tree
tree /F /A > structura_foldere.txt
# 3. make a file with my scripts
Get-ChildItem -Path . -Filter *.py -Recurse | Select-Object FullName, Length, LastWriteTime | Export-Csv -Path "scripturi_python.csv" -NoTypeInformationI got two files and I upload on claude online artificial intelligence.
I ask to use PyQt6 to make one manager to run each script, with descriptions and save all.
Now my folder is parsed and I have a manger for all scripts:
