Formda Mesaj Gösterimi

 Merhaba arkadaşlar bu makalemizde formda mesaj göstereceğiz.



 











Şekil 1

 


import tkinter as tk

from tkinter import *

 

root = Tk()

root.title('message..bs')

root.geometry('350x310')

 

str = "Life is like riding a bicycle,\n To keep your balance,\n You must keep moving.\n                ***          \n Weak people revenge,\n Strong people forgive, \n Intelligent people ignore. \n \n -Albert Einstein"

 

message = tk.Message(root, text = str)

message.config(bg='deepskyblue',fg='white', font=('arial', 22, 'italic'))

message.pack()

 

root.mainloop() 

 

Bir makalenin daha sonuna geldik. Bir sonraki makalede görüşmek üzere. Bahadır ŞAHİN

About Bahadır Şahin

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.

0 comments:

Öne Çıkan Yayın

GridView da Seçili Satırı DetailsView da Göstermek

Merhaba arkadaşlar bu makalemizde GridView nesnesi ile birlikte DetailsView nesanesini birlikte kullanacağız. GridView da seçili satırın de...