ParthJadhav / Tkinter-Designer

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

please help me asap #283

Open nateskillz21 opened 1 year ago

nateskillz21 commented 1 year ago

i have this problem whenever i put the figma file name and token id correctly this happen usage: tkdesigner [-h] [-o OUTPUT] [-f] file_url token tkdesigner: error: the following arguments are required: token 't' is not recognized as an internal or external command, operable program or batch file.

please help i downloaded the tkdesigner in command prompt line but still doesnt work

janfreitzsupnet commented 1 year ago

same problem

AlexPaiva commented 1 year ago

The error is with the URL from figma. You are using https://www.figma.com/file/XX/YY?node-id=BLABLA&t=BLABLA-1

You need to remove everything after the '?', so in this case the URL should be: https://www.figma.com/file/XX/YY

And it should work fine.

ok-coder1 commented 1 year ago

@nateskillz21 You can close this issue now.