File: README

package info (click to toggle)
colortest-python 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 84 kB
  • ctags: 14
  • sloc: python: 312; makefile: 10
file content (16 lines) | stat: -rw-r--r-- 492 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
terminal_colors

	URL	: http://zhar.net/projects/shell/terminal_colors
	Author	: John Eikenberry <jae@zhar.net>
	License : GPL 3.0
	Note	: This Python implementation of 256colors2.pl

	Program detects and displays colors for 8, 16, 88, and 256
	color terminals. It has 3 display modes, and provides a handy
	88<->256 color value conversion utility.

	It is written in python (2.5+) and uses curses for terminal
	detection. It has no dependencies on any non-core python
	modules.

End of file