Skip to content

pkoning2/pyteco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyteco - An implementation of TECO in Python

This is a nearly complete implemention of standard TECO, in Python 3.

Unlike other TECO implementations, the characters are Unicode, not 8 bit characters. You can see this demonstrated in the sample macro bmp.tec.

If wxPython is installed (Python module "wx"), GT40 mode is available.

Currently ANSI compatible screen mode (:W command) is not implemented. It looks like this could be done using the Python "curses" module but I have not attempted to do so.

The code was written a while ago. Some of it is not a great example of Python style; in particular, I'm not sure I would use metaclasses in the way I did here.

About

An implementation of TECO in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages