NFO Viewer software is an open source viewer for NFO files, which are "ASCII" art in the CP437 codepage.
Installation:
To install, run command
./setup.py install [--prefix=...]
Uninstallation:
To uninstall, remove files
.../bin/nfoview
.../share/man/man1/nfoview.1
.../share/mime/packages/nfoview.xml
and run commands
update-desktop-database .../share/applications
update-mime-database .../share/mime
Product's homepage
Requirements:
· Python
· PyGTK
What's New in This Release: [ read full changelog ]
· Fix error setting colors in the preferences dialog
· TypeError: get_rgba() takes exactly 2 arguments (1 given)