francescomambrini

Results 2 issues of francescomambrini

There is a compatibility problem with Python 3. Since dict.iteritems() was removed from Python 3 (one has to use dict.items() instead), calling set_cell_style will raise the following error: itable.py in...

I love this library: apart from being awesomely written, it is very useful in plenty of applications and teaching activities! With a slight extension, the `sillabify` module can be used...