Main
Main copied to clipboard
[Request]: Add TkForge CLI
Prerequisites
- [X] I have searched all issues/PRs to ensure it has not already been reported or fixed.
Criteria
- [X] Non-GUI tool
- [X] ~~Reasonably well-known and widely used (e.g. if it's a GitHub project, it should have at least 500 stars and/or 150 forks)~~
- [X] English interface (or at least English documentation)
- [X] Latest stable version
- [X] Full version (i.e. not a trial version)
- [X] Fairly standard install (e.g. uses a version-specific download URL, no elaborate pre/post install scripts)
Name
tkforge
Description
Drag & drop in Figma to create a Python GUI with ease
Homepage
https://github.com/Axorax/tkforge
Download Link(s)
https://github.com/Axorax/tkforge/releases
Some Indication of Popularity/Repute
[!NOTE]
It does not meet the requirement "Reasonably well-known and widely used (e.g. if it's a GitHub project, it should have at least 500 stars and/or 150 forks)" but I still ticked it. It's still quite a new project. I hope this will be fine. 😅
GitHub Stars: 214 276 upvotes on Reddit Post and 25 comments
tkforge.json
{
"version": "2.0.0",
"url": "https://github.com/Axorax/tkforge/releases/download/v2.0.0/tkforge-cli.exe",
"homepage": "https://github.com/Axorax/tkforge",
"license": "Apache-2.0",
"description": "Drag & drop in Figma to create a Python GUI with ease",
"iconUrl": "https://raw.githubusercontent.com/Axorax/tkforge/main/assets/icon.png",
"name": "tkforge",
"publisher": "Axorax",
"bin": [
["tkforge-cli.exe", "tkforge.exe"]
],
"autoupdate": {
"url": "https://github.com/Axorax/tkforge/releases/download/v$version/tkforge-cli.exe"
}
}