Create Beautiful Tkinter GUIs by Drag and Drop in Python

logo

Tkinter Designer

Automate Tkinter GUI Creation

πŸ’‘ Introduction

Tkinter Designer was created to speed up the GUI-development process in Python. It uses the well-known design software Figma to make creating beautiful Tkinter GUIs in Python a piece of cake.

Tkinter Designer uses the Figma API to analyse a design file and create the respective code and files needed for the GUI. Even Tkinter Designer’s GUI is created using Tkinter Designer.

Tkinter Designer GUI

β˜„οΈ Advantages of Tkinter Designer

  1. Drag and Drop Interfaces
  2. Significantly faster than creating code manually.
  3. Ability to create more beautiful interfaces.

πŸ›  Installing Tkinter Designer

git clone https://github.com/ParthJadhav/Tkinter-Designer

cd Tkinter-Designer

pip3 install -r requirements.txt

python3 tkinter_designer.py

⚑️ Using Tkinter Designer

The instructions contain all the information about installing and using Tkinter Designer, along with information for troubleshooting and reporting issues. There is also a video format.

Watch the Video

Read the Instructions


πŸ“ How it Works

The only thing the user needs to do is design an interface with Figma, and then paste the Figma file URL and API token into Tkinter Designer.

Tkinter Designer will automatically generate all the code and images required to create the GUI in Tkinter.

How it Works


🎯 Examples

The possibilities are endless with Tkinter Designer, but here are a couple of GUIs that can be perfectly replicated in Tkinter.

The following are not my creations.

Registration Page

Example 1

Branding Page

Example 2

Frame Recorder (More Info)

Example 3

πŸ”₯ Showcase

If your app was made with Tkinter Designer, let me know. It will be helpful for others to see more examples!
(See: Contact Me)


βœ… Figma Design Checklist (mentioned in the video and instructions)

  • Background β€” should be named Background (in Figma)
  • Buttons β€” should be named Button (in Figma)
    • When creating a button, add a Rectangle behind the actual button with the same color as the background color.
  • Entry β€” should be named TextBox (in Figma)
  • Rectangles β€” should be named Rectangle (in Figma)
  • Text β€” All text in the design should be created as text.

Before converting a Figma file to Python code using Tkinter Designer, make sure that both the X & Y coordinates of the frame are 0.


πŸ“ Contact Me

If you want to contact me, you can reach me at Jadhavparth99@gmail.com


Download Details:

Author: ParthJadhav
Download Link: Download The Source Code
Official Website: https://github.com/ParthJadhav/Tkinter-Designer
License: BSD 3-Clause

#python #tkinter

Create Beautiful Tkinter GUIs by Drag and Drop in Python
106.00 GEEK