monologue is a Python module unifying the main features related to the text output of scientific programs in a single interface:
basically, the standard Python logging library is preconfigured by monologue to fit most needs so as to save time and enjoy a comfortable text output.
manually or automatically display dots, loops count, completion percentages, number of iterations about an ongoing computation.
Also, monologue is designed as a single file library that can be copied into a code tree.