Ads Here

Friday, 20 November 2020

Tkinter step 1

 Hi, i am Sarvesh  

I am a Python Devoloper

I can teach Tkinter Python in my blogspot

So Tkinter Basics

1: Go to https://www.python.org/ 

2: Download python latest version

3:install the python

4: download any text editors

5:install them

6:open text editor

7:and create new file

8: And save as any name extention as .py

9: 

from tkinter import * 

root = Tk()

root.mainloop()


this is is the basics step of Tkinter 

source code = https://github.com/Sarveshprasath/Tkinter-basic-code


No comments:

Post a Comment