Releases: Axorax/tkforge
Releases · Axorax/tkforge
TkForge v2.1.1
TkForge
Drag & drop in Figma to create a Python GUI with ease
❓About
TkForge allows you to convert your Figma design into a GUI in Python with Tkinter. It can save a lot of time and it is also super easy to use.
Check out the documentation in the README.md file
🔥 Features
- Super easy to use
- Drag and drop GUI maker
- Support for placeholder text
- Support for more than one frame
- Automatically sets foreground to either black or white depending on the background
💻 App Preview
TkForge Older Versions
TkForge
Drag & drop in Figma to create a Python GUI with ease
❓About this release
This release contains all of the older versions of the TkForge app.
⬆️ Changes
2.0.0
- Improved app speed
- Implemented threading
- and a lot more that I forgot
1.3.0
- Fixed a huge bug that prevented using any images in the design document (Issue - #3)
- Fixed CLI version of TkForge
- Added Product hunt page and donation link to README.md
1.2.0
1.1.0
- Fixed a major bug with the code generation related to input fields (textarea and textbox)
- Added automatic caret color change based on the foreground in input fields
- Made image generation better (no more excess images)
- Removed unnecessary code from being generated