Skip to content

Latest commit

 

History

History
93 lines (69 loc) · 3.46 KB

README-examples.md

File metadata and controls

93 lines (69 loc) · 3.46 KB

Examples README

Table of contents:

Hello World!

Instructions to install the cefpython3 package, clone the repository and run the hello_world.py example:

pip install cefpython3==57.0
git clone https://github.com/cztomczak/cefpython.git
cd cefpython/examples/
python hello_world.py

Supported examples

Examples provided in the examples/ root directory are actively maintained. If there are any issues in examples read top comments in sources to see whether this is a known issue with available workarounds.

Featured

Embedding using various GUI frameworks

Build executable using Python packagers

Unit tests

There are also available unit tests and its usage of the API can be of some use. See main_test.py.

More examples

There are even more examples available, some of them are externally maintained.

There are ongoing efforts to add these examples to the official examples/ directory, see issues in the tracker.