blob: 7ed09c8ea54dfd7f61ac0b0e6092b2345ec070ce [file] [log] [blame]
Guido van Rossumd2112201995-03-02 14:05:29 +00001This is release 1.0 of modulator, a generator of boilerplate code for
2modules to be written in C.
3
4Usage when you have tk is *reall* simple: start modulator, fill out
5the forms specifying all the objects and methods, tell modulator
6whether objects should also be accessible as sequences, etc and press
7'generate code'. It will write a complete skeleton module for you.
8
9Usage when you don't have tk is slightly more difficult. Look at
10EXAMPLE.py for some details.
11
12Oh yeah: you'll probably want to change Templates/copyright, or all
13your code ends up as being copyrighted to CWI:-)
14
15Let me know what you think,
16 Jack Jansen, jack@cwi.nl
17