發表文章

目前顯示的是 8月, 2020的文章

[Work Automation] Create Game Console App (VSCode + PowerShell + Qt for Python)

圖片
Windows work automation development history : Visual Basic Script Batch File PowerShell PowerShell has two branches ( Microsoft Docs ) Windows PowerShell (Windows PowerShell 5.1, .NET Framework) PowerShell Core (PowerShell 7, .NET Core 3.1) The following is an introduction to using PowerShell and Qt in VSCode : Environment Build Install Qt 5.15.0 ( download link ) Install Qt Creator IDE Install Qt Design Studio Install Python 3.8.5 ( download link ) Install PySide2 5.15.0 ( download link ) Install PyInstaller 4.0 ( download link ) Install Visual Studio Code ( download link ) Install VSCode extension - PowerShell ( guide ) Install VSCode extension - Python ( guide ) Install PsTools ( download link ) Windows Environment Settings setup.ps1 # following power shell script must be run on administrator # enable administrator and set password net user administrator [password] /active:yes # ------------------------------ # after loging administrator account # set execution policy for run *