ParthJadhav / Tkinter-Designer

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

"No matches found" CLI #173

Closed k5kk closed 1 year ago

k5kk commented 2 years ago

Hello!

I've never reported an issue before, so please forgive any disregard of norms/etiquette.

I am trying to use the tkdesigner CLI. I have successfully installed pip3, tkdesigner, and tried to run both:

1) $ python -m tkdesigner.cli $FIGMA_URL $FIGMA_TOKEN 2) tkdesigner $FIGMA_URL $FIGMA_TOKEN

I get this back:

Screenshot 2021-12-03 at 15 29 25

MacOS Catalina btw, although that is likely not relevant.

ParthJadhav commented 2 years ago

Don't worry @k5kk you have reported it correctly. And yes I experienced the same issue too. I would look into it.

Until then you can use the GUI version which is working correctly.

git clone https://github.com/ParthJadhav/Tkinter-Designer.git
cd Tkinter-Designer
cd gui
python3 gui.py