mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 19:49:15 +08:00
785843198a
1. use installed python 2. add settings to choose python directory 3. add py3 compability 4. create hello world python example
13 lines
333 B
JSON
13 lines
333 B
JSON
{
|
|
"ID":"2f4e384e-76ce-45c3-aea2-b16f5e5c328f",
|
|
"ActionKeyword":"h",
|
|
"Name":"Hello World Python",
|
|
"Description":"Hello World",
|
|
"Author":"happlebao",
|
|
"Version":"1.0",
|
|
"Language":"python",
|
|
"Website":"https://github.com/Wox-launche/Wox",
|
|
"IcoPath":"Images\\app.png",
|
|
"ExecuteFileName":"main.py"
|
|
}
|