Skip to content

Sebelino/thousand-curses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thousand Curses

Python- and ncurses-based editor geared towards editing ROM (Read-only memory) files containing text stored in arbitrarily complex formats.

The editor consists of two windows side-by-side: one displaying the ROM in hexadecimal decoding and one displaying the ROM in whatever decoding you choose to specify. The available codecs can be found in codec.py.

Usage

$ python thousand_curses.py ROM CODEC [-h]

Press CTRL+G to exit.

Examples

$ python thousand_curses.py loremipsum.rom MonospaceASCII

$ python thousand_curses.py mt2-excerpt.sfc Mt2GarbageTextPair

About

ncurses-based text editor geared towards editing ROMs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages