โดยสามารถใช้ HTML 5 เป็น GUI ให้กับโปรแกรมได้
- ใช้ BSD 3-clause License
- รองรับทั้ง Python 2 และ Python 3
pip install cefpython3
ตัวอย่างการใช้งาน
from cefpython3 import cefpython as cef
cef.Initialize()
cef.CreateBrowserSync(url="https://python3.wannaphong.com/")
cef.MessageLoop()
cef.Shutdown()
ผลลัพธ์

อ่านเอกสารเพิ่มเติมได้ที่ https://github.com/cztomczak/cefpython
0 ความคิดเห็น:
แสดงความคิดเห็น
แสดงความคิดเห็นได้ครับ :)