Playlist: Python Tutorial Lessons to do Double Double Text Editor with Microsoft Text to Speech in English and Deutsch There is Python Code in the Description • Python Tutorial Lessons to do Double Dou...
You may use the link for the playlist above
to see
the commented code from the Lesson 1 movie
...............................................................................
Lesson 1
from tkinter import *
w = Tk()
w.title('Dec 03 L2 Tonio\'s Tutorial for AIDDE 2022')
w.geometry('540x540+40+14')
Lesson 2
en_fact = '''Story 1 (Part 1)
An American
old man, Charles,
told me that
he to North Africa
would go,
to see his grandchild.'''
Create the Text widget \"t1\"
and
specify size, font
and make True the option \"undo\".
t1 = Text(w, height = 8, width = 100
, font=('Times New Roman'
, 16, 'italic'),
undo=True)
t1.pack()
specify coordinates \"x,y\"
relative to the left upper corner
and the width in pixels".
t1.place (x=3, y=2, width=264)
t1.insert(END, en_fact)
d_fact = '''Geschichte 1 (Teil 1)
Ein amerikanischer
alter Mann, Charles,
sagte mir, dass
er nach Nordafrika
gehen würde,
sein Enkelkind zu sehen.'''
Create a Text widget and specify the size.
t2 = Text(w, height = 8, width = 100
, font=('Times New Roman'
, 16,' italic'),
undo=True)
t2.pack()
t2.place (x=271, y=2, width=264)
t2.insert(END, d_fact)
w.mainloop()
Hi,
the wonderful story about AIDDE,
Artificial Inteligence
Double... Double Editor,
goes on and on.
###
Part 2 presents
the code for two widgets
type Text.
###
It also presents a way to discover
where is installed, the installer pip
when we install Python...
We can discover
the pip location
by writing
pip --version
on
Command Prompt window
###
Please don't forget
to click the SUBSCRIBE
Click
the Notification BELL
to receive ALL
Please click
Like and Share
Thank You
for watching
Sur cette page du site, vous pouvez voir la vidéo en ligne Lesson 2 The AIDDE Project Python Code 2 Text Widgets In Description Command Prompt pip --version durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Tonio FERENER-VARI 05 décembre 2022, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 414 fois et il a aimé like téléspectateurs. Bon visionnage!