Ceviz Forum

Geri Dön   Ceviz Forum > Programlama > Python / Zope

Cevapla
 
LinkBack Seçenekler
Eski 11/09/2007, 04:45   #1 (permalink)
Üye
 
Utku Adlı Üyenin Profil Grafiği
 
Üyelik Tarihi: 09/2007
Yer: Ist
Mesaj: 9
Varsayılan Python kodu

Geçenlerde yazdığım, kendimce kullanışlı bir programın kodunu paylaşayım dedim. İlk Tkinter denemem.


Kod:
# -*- coding: cp1252 -*-
from Tkinter import*
import sys, os

ana=Tk()

cer=Frame()
cer.pack()

def notepad():
    os.system('notepad')
def calc():
    os.system('calc')
def paint():
    os.system('mspaint')
def cmd():
    os.system('cmd')
def msconfig():
    os.system('msconfig')

ana.title('Kisayol Programi')
widget=Label(ana)

L=Button(cer)
L.config(text='Hangi programi açmak istersiniz?')
L.config(relief=GROOVE)
L.config(height=1, width=40)
L.pack(side=TOP)


E=Button(cer)
E.config(text='Notepad')
E.config(cursor='hand2')
E.config(height=2, width=25)
E.config(command=notepad)
E.pack(pady=5)

E1=Button(cer)
E1.config(text='Hesap Makinesi')
E1.config(cursor='hand2')
E1.config(height=2, width=25)
E1.config(command=calc)
E1.pack(pady=5)

E2=Button(cer)
E2.config(text='Paint')
E2.config(cursor='hand2')
E2.config(height=2, width=25)
E2.config(command=paint)
E2.pack(pady=5)

E3=Button(cer)
E3.config(text='msDos')
E3.config(cursor='hand2')
E3.config(height=2, width=25)
E3.config(command=cmd)
E3.pack(pady=5)

E4=Button(cer)
E4.config(text='msConfig')
E4.config(cursor='hand2')
E4.config(height=2, width=25)
E4.config(command=msconfig)
E4.pack(pady=5)

D=Button(cer)
D.config(text='Çik')
D.config(height=1, width=8)
D.config(command=sys.exit)
D.pack(side='right')




ana.mainloop()
Utku hatta değil   Alıntı Yaparak Yanıtla
Cevapla

Bookmarks

Seçenekler

Mesaj Yazma Hakları
Yeni mesajgöndermezsiniz
Cevap yazamazsınız
Dosya ekleyemezsiniz
Mesajınızı düzenleyemezsiniz

BB code is Açık
[IMG] kodu Açık
HTML kodu Kapalı
Trackbacks are Açık
Pingbacks are Açık
Refbacks are Açık

Benzer Konular
Konu Konuyu açana göre Forum Cevap En Son Mesaj
Mod Python Raiden Python / Zope 3 28/08/2008 13:25
Python laucian Python / Zope 13 23/07/2008 22:20
C/C++ ve python perros Python / Zope 5 03/06/2007 02:35
Python hgedek Python / Zope 2 16/04/2007 16:17
python Desktop Python / Zope 7 19/12/2006 13:48


Forum saati Türkiye saatine göredir. GMT +3. Şu anda saat 10:00.

Reklamlar & Desteklenenler
Hassas Valf | Hassas Kaplama | Antalyamız | Gazete | Ticari Bilişim | Hakan Müştak | Rüya Tabirleri | Kadın | Hastalıklar | Cepte msn ve e-posta | Webmaster | Antalya Aupair | Turkish Property Antalya | Forum | Chat | Perde | Adsl | Araba | bolindir.com | guncelle.com | livescore | Web Tasarım | evden eve nakliyat | forum | evden eve | sohbet | Resimcim| Kalifiye İnsan Kaynakları | Web Tasarım | Oyun | Yusuf KOÇ | Akın Yorulmaz | şiir | UFO | Web Tasarım | Oyunlar | Canlı Tv |


Forum Yazılımı: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright ©2001 - 2008, Ceviz.net