Whenever I run auto-py-to-exe in terminal, an error shows up
PS C:\Users\Usr\PycharmProjects\Hackathon> auto-py-to-exe
Error: tkinter not found
For linux, you can install tkinter by executing: "sudo apt-get install python3-tk"
How do I fix this?
I tried going to terminal and typing
pip install tk
but that didn't work. Someone please help!