tkinter'i yeni öğrenmeye başladım, çok gerideyim.
Fotoğrafları aşağıda paylaştım, ilk fotoğrafta gördüğünüz gibi "Öğrenciyi girdim." yazısına basınca ekrana yeni bir sekmede fotoğraf ve açıklama gelecek.
Satırın başında "isimeslestirme" olarak tanımlamaya çalıştım ama yapamadım.
Bunu yapabilmenin "if" ile mümkün olabileceğini düşünüyorum ayrıca. Şimdiden teşekkürler.
Toplevel ve PhotoImage sınıfları kullanarak yapmanız gerekiyor.
önce butona basıldığında Toplevel sınıfı ile ikinci pencereyi oluşturun oluşturulan ikinci pencerede belirli bir bölgeye PhotoImage sınıfı ile bir resim (png olursa çok daha iyi olur) ekleyin.
this blog will describe how to display images in tkinter, python that are directly supported as well as non-supported image formats using PIL.Image class.
How to place an image into a frame in Tkinter? - To place an image into a Tkinter frame, you can follow the steps given below −Steps −Import the required li ...
Python - Tkinter Toplevel, Toplevel widgets work as windows that are directly managed by the window manager. They do not necessarily have a parent widget on top of them.
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
Toplevel ve PhotoImage sınıfları kullanarak yapmanız gerekiyor.
önce butona basıldığında Toplevel sınıfı ile ikinci pencereyi oluşturun oluşturulan ikinci pencerede belirli bir bölgeye PhotoImage sınıfı ile bir resim (png olursa çok daha iyi olur) ekleyin.
this blog will describe how to display images in tkinter, python that are directly supported as well as non-supported image formats using PIL.Image class.
How to place an image into a frame in Tkinter? - To place an image into a Tkinter frame, you can follow the steps given below −Steps −Import the required li ...
Python - Tkinter Toplevel, Toplevel widgets work as windows that are directly managed by the window manager. They do not necessarily have a parent widget on top of them.
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.