ParthJadhav / Tkinter-Designer

An easy and fast way to create a Python GUI 🐍
BSD 3-Clause "New" or "Revised" License
9.27k stars 851 forks source link

Not updating new GUI #432

Open Keatondavis23 opened 4 months ago

Keatondavis23 commented 4 months ago

Good morning Parth,

So far the software has been amazing, but I am running into one problem. Every time I try and build a new gui, and run it through your program, it simply just recreates the first gui I ever built. Do you know why?

So for example, I created a "test1" gui to see how it would look. So I ran it through the program, and it created the gui in python great. Now if I create another gui in figma, for example called "test2", and create a new access token, copy the new link, and a different generation folder, it still produces test1 out of the program.

Any help would be greatly appreciated.