Donny-GUI / tkinter-to-customtkinter-converter

Convert your tkinter scripts and guis to custom tkinter with this command line tool.
GNU General Public License v3.0
41 stars 3 forks source link

Script not working | Asking target file #2

Closed KarimGhazlaoui closed 6 months ago

KarimGhazlaoui commented 6 months ago

Hi,

Can't use the script as for now, no matter how i call the script, it output me always the same error :

"You have to specify a target file..."

The command i use to call it is :

python tk_to_ctk.py macvendors.py macvendors_ctk.py

Both tk_to_ctk.py and macvendors.py are in the same directory.

Donny-GUI commented 6 months ago

Hello there! I updated the application interface. use the -m flag to target multiple files

example: python tk_to_ctk.py myfile.py myfile2.py myfile3.py