อยากทำโค้ดออกมาให้ดูสวย อลังการ เพื่อเซอร์ไพรส์คนอื่นในทีมเดฟให้ร้องว้าว !! 😆
.
✨ มันทำได้ง่าย ๆ โดยไม่ต้องกลัวไปรบกวนคนอื่นเวลาทำงานด้วย กับ Termcolor Package ใน Python ที่จะช่วยให้โค้ดเรามีสีสันที่หลากหลายขึ้น !!
.
🌈 เจ้า Termcolor มันคือ Package ใน Python ที่จะช่วยเพิ่มสีสันให้กับผลลัพธ์ของโค้ดเรามากขึ้น สามารถใส่สีเข้าไปใน Text หรือ Highlights ก็ได้ แล้วยังสามารถปรับเปลี่ยนตัว Text ได้ด้วย (ตัวหนา, ตัวเอียงและอื่น ๆ) เจ๋งสุด ๆ ไปเลย บอกเลยการเขียนโค้ดจะไม่น่าเบื่ออีกต่อไป 555
.
⚙️ วิธีการใช้งานง่าย ๆ แบบนี้เลย
.
from termcolor import colored
color = ["magenta", "blue", "cyan",
"green", "yellow", "red", "white"]
for c in color:
print(colored(c, c))
.
📑 ผลลัพธ์สวย ๆ ดูได้ในรูปเลยจ้า
.
เป็นไงล่ะ เจ๋งมั้ย ลองไปใช้กันดูนะฮะ 😍 หรือใครอยากอ่านเต็ม ๆ คลิกลิงค์เลย >> https://pypi.org/project/termcolor/
.
borntoDev - 🦖 สร้างการเรียนรู้ที่ดีสำหรับสายไอทีในทุกวัน
同時也有10000部Youtube影片,追蹤數超過2,910的網紅コバにゃんチャンネル,也在其Youtube影片中提到,...
「print color python」的推薦目錄:
- 關於print color python 在 BorntoDev Facebook 的最佳解答
- 關於print color python 在 コバにゃんチャンネル Youtube 的最佳貼文
- 關於print color python 在 大象中醫 Youtube 的精選貼文
- 關於print color python 在 大象中醫 Youtube 的精選貼文
- 關於print color python 在 How To Print Colored Text in Python (Colorama Tutorial) 的評價
- 關於print color python 在 How to Print Colored Text in Python - YouTube 的評價
print color python 在 コバにゃんチャンネル Youtube 的最佳貼文
print color python 在 大象中醫 Youtube 的精選貼文
print color python 在 大象中醫 Youtube 的精選貼文
print color python 在 How to Print Colored Text in Python - YouTube 的必吃
Full Tutorial: https://blog.finxter.com/how-to- print - colored -text-in-pythonEmail Academy: https://blog.finxter.com/email-academy/▻▻ Do you ... ... <看更多>
print color python 在 How To Print Colored Text in Python (Colorama Tutorial) 的必吃
In this video I'll be showing how to print colored text in python. This method will show you how to output colored text from python in ... ... <看更多>