Skip to content

Latest commit

 

History

History
72 lines (56 loc) · 2.73 KB

File metadata and controls

72 lines (56 loc) · 2.73 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==56.2
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.

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.