v0.4
Majors changes :
- Added the possibility to pass a callback to
char_by_charandword_by_wordmethods. The callback being executed after the delay between each character and word respectively. - Added the possibility to pass arguments to callback passed to
char_by_charandword_by_wordmethods (via the parametercargswhich accept an infinite number of arguments). DialogBoxclass is now context manager (see this example for more information).
Minors changes :
- Added some comments in the source code.