Python Forum

Full Version: Installing Github-programs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

Complete noob here.

I downloaded Tkinter Designer, and there was no exe there.

I have a compiler, and I´ve used that to run scripts.

Do I use the compiler to install programs ?

Thanks
I think using tkdesigner is a mistake. You should first learn how to make windows without designer because you cannot make good designs without knowing how things like pack and grid work, and that is best learned by writing code. After writing a few programs you'll be ready to use designer, and after using designer in a project or two you'll realize it doesn't provide any benefit.

What OS are you on? On Windows I install tkdesigner using pip to install the wheel from pypi.

https://pypi.org/project/tkdesigner/

If you want to install from github the instructions are here:

https://github.com/ParthJadhav/Tkinter-D...-started-2