Display characters like AA in python

スクリーンショット 2016-09-05 11.17.19.png

This kind of guy.

Use pyfiglet https://github.com/pwaller/pyfiglet

from pyfiglet import Figlet
f = Figlet(font="slant")
msg = f.renderText("hello world")
print(msg)

only this. You can specify something like Figlet (font = "big")

スクリーンショット 2016-09-05 11.18.08.png

Recommended Posts

Display characters like AA in python
Display UTM-30LX data in Python
Something like JS setTimeout in python
Waveform display of audio in Python
Something like tail -f in Python
[Python, Julia] 3D display in Jupyter-Mayavi library
Find files like find on linux in Python
Display a list of alphabets in Python 3
How to display multiplication table in python
Do something like Redis transactions in Python
Display pyopengl in a browser (python + eel)
Try something like Python for-else in Ruby
How to display Hello world in python
Project Euler # 17 "Number of Characters" in Python
Quadtree in Python --2
Python in optimization
CURL in python
Geocoding in python
SendKeys in Python
Meta-analysis in Python
Unittest in python
Epoch in Python
Discord in Python
Sudoku in Python
DCI in Python
quicksort in python
nCr in python
N-Gram in Python
Programming in python
Plink in Python
Constant in python
Lifegame in Python.
FizzBuzz in Python
Sqlite in python
StepAIC in Python
N-gram in python
LINE-Bot [0] in Python
Csv in python
Disassemble in Python
Reflection in Python
Constant in python
nCr in Python.
format in python
Scons in Python3
Puyo Puyo in python
python in virtualenv
PPAP in Python
Quad-tree in Python
Reflection in Python
Chemistry in Python
Hashable in python
DirectLiNGAM in Python
LiNGAM in Python
Flatten in python
flatten in python
Convert Unicode escape sequences like \ u in Python
Check if the characters are similar in Python
Receive and display HTML form data in Python
Display candlesticks for FX (forex) data in Python
[Python] Display the Altair legend in the plot area
Create an image with characters in python (Japanese)