FIGlet Font detector

An alternative space dedicated to technology and culture at Charleroi.
Aller à la navigation Aller à la recherche

FIGlet Font detector is an FIGlet font detector idea.

It would work like this:

$ cat logo.txt
        _  _  _  _____         _______  _____         _______ _     _
        |  |  | |     | |      |______ |_____] |      |______  \___/
        |__|__| |_____| |_____ |       |       |_____ |______ _/   \_

$ ./figlet-detect --font logo.txt
cyberlarge

$ ./figlet-detect --text logo.txt
wolfplex

$ ./figlet-detect logo.txt
Font: cyberlarge
Text: wolfplex

If you wish to code this feature, Dereckson is willing to help you.