อยากทำโค้ดออกมาให้ดูสวย อลังการ เพื่อเซอร์ไพรส์คนอื่นในทีมเดฟให้ร้องว้าว !! 😆
.
✨ มันทำได้ง่าย ๆ โดยไม่ต้องกลัวไปรบกวนคนอื่นเวลาทำงานด้วย กับ 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 - 🦖 สร้างการเรียนรู้ที่ดีสำหรับสายไอทีในทุกวัน
「python colored」的推薦目錄:
- 關於python colored 在 BorntoDev Facebook 的精選貼文
- 關於python colored 在 Gucci Facebook 的最讚貼文
- 關於python colored 在 Gucci Facebook 的最佳貼文
- 關於python colored 在 How to print colored text to the terminal - Stack Overflow 的評價
- 關於python colored 在 How To Print Colored Text in Python (Colorama Tutorial) 的評價
- 關於python colored 在 borntyping/python-colorlog: A colored formatter for ... - GitHub 的評價
- 關於python colored 在 How to print colored text to blender python console? 的評價
- 關於python colored 在 Image-colored wordcloud - Andreas Mueller 的評價
- 關於python colored 在 WVbelt - Facebook 的評價
- 關於python colored 在 Versace Colored Python Palazzo Empire Bag for Women 的評價
python colored 在 Gucci Facebook 的最讚貼文
Behind the scenes images from the Gucci Gift campaign, showcasing signature tokens for women from the Cruise 2016 Collection. A honey-colored silk-wool crêpe jacket with a grosgrain ribbon tie and handmade floral brooch. The printed python trench coat, and decorative rings set with velvet, colored crystals and glass pearls. http://on.gucci.com/GucciGift94
python colored 在 Gucci Facebook 的最佳貼文
Elle, August 2011 (Mexico) - Selina Gomez wears Gucci WRTW SS 2011 gold laminated python high width women’s overlapped belt with torchon lace closure with tassels and dark colored bamboo details.
python colored 在 borntyping/python-colorlog: A colored formatter for ... - GitHub 的推薦與評價
A colored formatter for the python logging module. Contribute to borntyping/python-colorlog development by creating an account on GitHub. ... <看更多>
python colored 在 How to print colored text to the terminal - Stack Overflow 的推薦與評價
... <看更多>
相關內容