I am using a library called pyfiglet which i installed using pip3 install pyfiglet
i want to know if there is a way through which i can get a list of all the fonts which i can use in pyfiglet.figlet_format()
like i want to get a list list_of_fonts = []
and in the list i want to get all of the fonts which i can use or which are installed.
I am using Debian Linux with Python 3.9
Thanks for answering in advance.