Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 620 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 620 Bytes

AIBuilders Art

แพ็คเกจนี้ใช้สำหรับโชว์รูปศิลปะ ascii ซึ่งได้ผลงานมาจากสมาชิกเพจ AIBuilders ช่วยกันเขียนขึ้นมา

วิธีติดตั้ง

เปิด CMD / Terminal

on terminal / cmd
pip install aibuildersart

on Colab
!pip install git+https://github.com/UncleEngineer/AIBuildersArt.git

วิธีใช้งาน

from aibuildersart import *

show = UncleEngineer()
show.art()
print("Author: {}".format(show.name))