File: README

package info (click to toggle)
snack 2.2.10.20090623-dfsg-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,276 kB
  • ctags: 3,784
  • sloc: ansic: 32,654; sh: 8,558; tcl: 1,086; python: 701; makefile: 564
file content (14 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
tkSnack is the Python interface to Snack

To install tkSnack:
- Install tcl/tk Snack (see ../README).
- Install the python interface as follows
  (from the root account or using sudo
  for a system-wide installation):
    python setup.py install
	
tkSnack also requires tcl/tk and Tkinter.

Some demonstrations can be found in demos/python

Documentation is found in doc/python-man.html