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

Report bug #290

Open janfreitzsupnet opened 1 year ago

janfreitzsupnet commented 1 year ago

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.

i get this error please help

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

You can close it.