Skip to content

hansalemaos/get_my_fonts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lists all installed fonts

Only for windows 
$pip install get-my-fonts
from get_my_fonts import get_all_fonts

df=get_all_fonts()

df
Out[3]: 
                                  path               font
0         C:\WINDOWS\fonts\AGENCYB.TTF     Agency FB Bold
1         C:\WINDOWS\fonts\AGENCYB.TTF  Agency FB Negreta
2         C:\WINDOWS\fonts\AGENCYB.TTF    Agency FB tučné
3         C:\WINDOWS\fonts\AGENCYB.TTF      Agency FB fed
4         C:\WINDOWS\fonts\AGENCYB.TTF     Agency FB Fett
                                ...                ...
2268  C:\WINDOWS\fonts\Warsaw Bold.ttf        Warsaw Bold
2269     C:\WINDOWS\fonts\webdings.ttf           Webdings
2270     C:\WINDOWS\fonts\wingding.ttf          Wingdings
2271     C:\WINDOWS\fonts\WINGDNG2.TTF        Wingdings 2
2272     C:\WINDOWS\fonts\WINGDNG3.TTF        Wingdings 3
[2273 rows x 2 columns]