1

I want to make a GUI for a program written in python.It is said that Gnome tool kit is helpful for this task.But,I want to know how to install it?and the way I should use it? I am using Ubuntu 12.04 64-bit and using unity environment.Python version is 3.2

Yomal Amarathunge
  • 448
  • 1
  • 6
  • 18

1 Answers1

1

You can just install TkInter library from software-center or via synaptic.

(TkInter is standard GUI library for python)

user188432
  • 26
  • 4