<- Writing good programs
Why Tk? ->

About this chapter

Some times, you will want to create a nice-looking, easy-to-use interface for your programs. This chapter introduces graphical user interfaces with the Tk toolkit.

This chapter is quite optional. It is only relevant if you wish to create GUIs using Tk. Should you use Tk? Well, I think so. I encourage you to read the section Why Tk?. There I compare Tk to other toolkits, and explain my reasons for choosing Tk.

<- Writing good programs
Why Tk? ->