| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
Table of contents:
Instructions to install the cefpython3 package, clone the repository and run the hello_world.py example:
pip install cefpython3==66.0 git clone https://github.com/cztomczak/cefpython.git cd cefpython/examples/ python hello_world.py
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.
For small code snippets that show various CEF features and are easy to understand see the README-snippets.md document.
Examples of embedding CEF browser using various GUI frameworks:
There are also available unit tests and its usage of the API can be of some use. See:
There are even more examples available, they do not reside in the examples/ directory. Some of them were created for old verions of CEF and were not yet ported to latest CEF. Some of them are externally maintained.
Here is a list of issues in the tracker to create or upgrade examples:
Packaging examples:
| Back | FazBrowse Home | New Git URL |