อยากทำโค้ดออกมาให้ดูสวย อลังการ เพื่อเซอร์ไพรส์คนอื่นในทีมเดฟให้ร้องว้าว !! 😆
.
✨ มันทำได้ง่าย ๆ โดยไม่ต้องกลัวไปรบกวนคนอื่นเวลาทำงานด้วย กับ 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影片中提到,...
「python color print」的推薦目錄:
- 關於python color print 在 BorntoDev Facebook 的精選貼文
- 關於python color print 在 コバにゃんチャンネル Youtube 的最佳解答
- 關於python color print 在 大象中醫 Youtube 的最讚貼文
- 關於python color print 在 大象中醫 Youtube 的最佳貼文
- 關於python color print 在 How do I print colored text to the terminal? - Stack Overflow 的評價
- 關於python color print 在 How to Print Colored Text in Python - YouTube 的評價
- 關於python color print 在 How To Print Colored Text in Python (Colorama Tutorial) 的評價
- 關於python color print 在 timofurrer/colorful: Terminal string styling done right, in Python 的評價
- 關於python color print 在 Print Material Color of Active Object - python 的評價
- 關於python color print 在 5-3: Alien Colors #1 - Python Crash Course by ehmatthes 的評價
python color print 在 コバにゃんチャンネル Youtube 的最佳解答
python color print 在 大象中醫 Youtube 的最讚貼文
python color print 在 大象中醫 Youtube 的最佳貼文
python color print 在 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 ... ... <看更多>
python color print 在 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 ... ... <看更多>
python color print 在 How do I print colored text to the terminal? - Stack Overflow 的推薦與評價
... <看更多>
相關內容