@@ -22,21 +22,26 @@ Table of contents:
2222
2323## Introduction
2424
25- CEF Python is an open source project founded by [ Czarek Tomczak] ( https://drive.google.com/file/d/17xmoT5Z_zTHkVclqPzrs2aAV64Uiu7fh/view )
26- (available for contract work) in 2012 to provide Python bindings for the
27- [ Chromium Embedded Framework] ( https://bitbucket.org/chromiumembedded/cef ) (CEF). The Chromium project focuses mainly on Google Chrome application
25+ CEF Python is an open source project founded by
26+ [ Czarek Tomczak] ( https://drive.google.com/file/d/17xmoT5Z_zTHkVclqPzrs2aAV64Uiu7fh/view )
27+ in 2012 to provide Python bindings for the
28+ [ Chromium Embedded Framework] ( https://bitbucket.org/chromiumembedded/cef ) (CEF).
29+ The Chromium project focuses mainly on Google Chrome application
2830development while CEF focuses on facilitating embedded browser use cases
2931in third-party applications. Lots of applications use CEF control, there are
3032more than [ 100 million CEF instances] ( http://en.wikipedia.org/wiki/Chromium_Embedded_Framework#Applications_using_CEF )
3133installed around the world. There are numerous use cases for CEF:
32- 1 . Use it as a modern HTML5 based rendering engine that can act as a replacement
33- for classic desktop GUI frameworks. Think of it as Electron for Python.
34+
35+ 1 . Use it as a modern HTML5 based rendering engine that can act as
36+ a replacement for classic desktop GUI frameworks. Think of it as Electron
37+ for Python.
34382 . Embed a web browser widget in a classic Qt / GTK / wxPython desktop
35- application
36- 3 . Render web content off-screen in applications that use custom drawing frameworks
37- 4 . Use it for automated testing of web applications with more advanced capabilities
38- than Selenium web browser automation due to
39- CEF low level programming APIs
39+ application
40+ 3 . Render web content off-screen in applications that use custom drawing
41+ frameworks
42+ 4 . Use it for automated testing of web applications with more advanced
43+ capabilities than Selenium web browser automation due to CEF low level
44+ programming APIs
40455 . Use it for web scraping, as a web crawler or other kind of internet bots
4146
4247CEF Python also provides examples of embedding CEF for many Python GUI
@@ -55,9 +60,10 @@ PyGame, PyOpenGL, PyWin32, PySide and PySDL2.
5560 </a >
5661</p >
5762
58- Many Thanks to Lampix for sponsoring the [ v66 release] ( ../../releases/tag/v66.0 ) .
59- Lampix is the first hardware and software solution that turns any surface
60- into a smart, augmented reality or interactive surface. Please visit their website:
63+ Many Thanks to Lampix for sponsoring the
64+ [ v66 release] ( ../../releases/tag/v66.0 ) . Lampix is the first hardware
65+ and software solution that turns any surface into a smart, augmented reality
66+ or interactive surface. Please visit their website:
6167<a href =" https://lampix.com/ " >Lampix.com</a >
6268
6369</td ><td width =" 50% " valign =" top " >
@@ -96,17 +102,16 @@ See the [Tutorial.md](docs/Tutorial.md) document.
96102
97103## Examples
98104
99- See the [ README-examples.md] ( examples/README-examples.md ) document.
100-
101- For small and easy to understand code snippets that show various CEF
102- features see the [ README-snippets.md] ( examples/snippets/README-snippets.md )
103- document.
105+ See the [ README-examples.md] ( examples/README-examples.md ) and
106+ [ README-snippets.md] ( examples/snippets/README-snippets.md ) documents.
104107
105108
106109## Support
107110
108- - Ask questions, report problems and issues on the [ Forum] ( https://groups.google.com/group/cefpython )
109- - Supported examples are listed in the [ README-examples.md] ( examples/README-examples.md ) file
111+ - Ask questions and report problems on the
112+ [ Forum] ( https://groups.google.com/group/cefpython )
113+ - Supported examples are listed in the
114+ [ README-examples.md] ( examples/README-examples.md ) file
110115- Documentation is in the [ docs/] ( docs ) directory:
111116 - [ Build instructions] ( docs/Build-instructions.md )
112117 - [ Contributing code] ( docs/Contributing-code.md )
@@ -116,12 +121,14 @@ document.
116121- API reference is in the [ api/] ( api ) directory:
117122 - [ API categories] ( api/API-categories.md#api-categories )
118123 - [ API index] ( api/API-index.md#api-index )
119- - Additional documentation is available in [ Issues labelled Knowledge Base] ( ../../issues?q=is%3Aissue+is%3Aopen+label%3A%22Knowledge+Base%22 )
124+ - Additional documentation is available in
125+ [ Issues labelled Knowledge Base] ( ../../issues?q=is%3Aissue+is%3Aopen+label%3A%22Knowledge+Base%22 )
120126- To search documentation use GitHub "This repository" search
121127 at the top. To narrow results to documentation only select
122128 "Markdown" in the right pane.
123- - You can vote on issues in the tracker to let us know which issues are important to you.
124- To do that add a +1 thumb up reaction to the first post in the issue. See
129+ - You can vote on issues in the tracker to let us know which issues are
130+ important to you. To do that add a +1 thumb up reaction to the first post
131+ in the issue. See
125132 [ Most popular issues] ( ../../issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc )
126133 sorted by reactions.
127134- Wiki pages are deprecated and for v31 only
0 commit comments