Is there any sample Python GUI Application with source code for learning purposes available. Any simple GUI application will do.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well it depends on the UI library/framework you want to use:
Tkinter comes with python for example – you should find plenty examples here: Python Wiki
Other toolkits include wxWidgets: This site could get you started.
Apart from this there is QT (already mentioned by BrainStorm) or GTK (quick googeling turned up this tutorial).