Skip to content

Instantly share code, notes, and snippets.

@aisouard
aisouard / test.py
Last active April 26, 2017 08:37
Sample cefpython
# Hello world example. Doesn't depend on any third party GUI framework.
# Tested with CEF Python v55.3+.
from cefpython3 import cefpython as cef
import numpy as np
import cv2
import platform
import sys
VIEWPORT_SIZE = (359, 640)