You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At ctk_pie_chart.py, line 82 it reads font=ImageFont.load_default(size=70)
at least in my case it didn't work and removing the argument made text one pixel tall. So i replaced it with font=ImageFont.truetype('arial.ttf',size=60)
in my implementation