----------------------------
* Working on the documentation
* added type hints (where possible)
* replaced OptionParser by ArgumentParser
* __some of the options have been transferred to arguments__
* changes in __charset2png.py__
* the option **--quiet** has been replaced by the option **--show**
* changes in __charpacker.py__
* added the option **--show**
* short options for **--screen-output** and **--charset-output** are now named **-S** and **-C**, respectively
* added some tests
* **debugged command line execution after install**