Answer the question
In order to leave comments, you need to log in
How to display braille in windows console?
I need to print "⣾⣿⠿" to the console, I write print('⣾⣿⠿') and print the squares to the console.
how can I display braille in the windows console and is it even possible?
Answer the question
In order to leave comments, you need to log in
import os
os.system("chcp 65001");
print(""+chr(41)+chr(61)+chr(55))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question