QtFIGLet…

FIGlet è un software libero per creare banner mediante l’utilizzo di semplici caratteri testuali (la cosiddetta ASCII art). Qui se ne propone una semplice variante scritta in Python e PyQt6 usando la libreria PyFiglet. Di seguito se ne riporta lo schema dell’interfaccia grafica e il codice sorgente: Qui, invece, un esempio di come funziona il…

Continua a leggere →

PyFiglet…

FIGlet – as you can read here – is a program for making large letters out of ordinary text. A very quick note on how to add FontArt to Python’s output view.I will give a few tips on how to add FontArt to the python output display. The method is quite easy, the first thing…

Continua a leggere →