#!/usr/bin/env python # coding: utf-8 # # ART # ### Version : 6.1 # In[1]: from art import * # ## Font Counter # In[2]: FONT_COUNTER # ⚠️ Some fonts don't support all characters # ⚠️ From `Version 3.3` Non-ASCII fonts added (These fonts are not compatible with some environments) # ## Font List (ASCII) # In[3]: font_list("TEST123","ascii") # ## Font List (Non-ASCII) # In[4]: font_list("TEST123","non-ascii")