GithubHelp home page GithubHelp logo

freekdb / cefpython Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cztomczak/cefpython

0.0 2.0 0.0 4.61 MB

GUI toolkit for embedding a Chromium widget in a desktop application  ★ Forum:

Home Page: https://goo.gl/xz4cEF

License: Other

Python 24.26% Makefile 0.14% C++ 44.86% C 2.55% Objective-C++ 0.19% Objective-C 0.24% HTML 4.73% CSS 0.81% JavaScript 21.70% Shell 0.11% Batchfile 0.41%

cefpython's Introduction

CEF Python

Table of contents:

Important notes

  • Branches cefpython51/52/53+ with latest Chrome are tested and work only on Linux currently. Instructions for building these are in docs/Build-instructions.md. Beta downloads are available on the Github Releases page. Pre-releases are also available on PyPI.
  • The last stable release that works on all platforms is in the cefpython31 branch. Downloads for this branch are available on wiki pages. Up-to-date API docs for the cefpython31 branch can be viewed in commit 169a1b2.
  • Repository rewritten on 2016-02-15 to reduce its size. Please clone it again.

Introduction

CEF Python is an open source project founded by Czarek Tomczak in 2012 to provide python bindings for the Chromium Embedded Framework. See the growing list of applications using CEF on wikipedia. Examples of embedding CEF browser are available for many popular GUI toolkits including: wxPython, PyGTK, PyQt, PySide, Kivy, Panda3D and PyWin32.

Some use cases for CEF:

  • Embed a web browser control with great HTML5 support (based on Chromium)
  • Use it to create a HTML5 based GUI in an application. This can act as a replacement for GUI toolkits like wxWidgets/Qt/Gtk. For native communication between javascript and python use javascript bindings. Another option is to run an internal python web server and use websockets/XMLHttpRequest for js<>python communication. This way you can write a desktop app in the same way you write web apps.
  • Render web content off-screen in applications that use custom drawing frameworks. See the Kivy and Panda3D examples.
  • Use it for automated testing of existing web applications. Use it for web scraping, or as a web crawler or other kind of internet bots.

Compatibility

  • Supported Python versions: 2.7 (for Python 3.4 / 3.5 support see Issue #121).
  • Supported platforms: Windows, Linux, Mac.
    Both 32-bit and 64-bit binaries are available for all platforms.

Downloads

On Win/Mac you can install from PyPI using this command: pip install cefpython3.

To be notified when new downloads are available see the Notifications on new releases section.

Support

  • Documentation:
  • Ask questions and report problems on the Forum
  • Please do not ask questions in the Issue Tracker

Notifications on new releases

To be notified of new releases subscribe to this RSS/Atom feed.

Announcements are also made on the Forum. To be notified of these via email set your Membership and Email settings and change delivery preference to Daily summaries.

Changes in API during updates

CEF Python depends on CEF and API breaks are inevitable when updating to a newer CEF. When updating cefpython to a new version go to the GitHub Releases page and check release notes for all the releases that appeared between your old version and the new version. Look for lists named "Changes in API that break backward compatibility".

Due to unavoidable changes in API it is recommended for your setup scripts that use for example PIP to install the cefpython3 package, to hardcode the cefpython version string. If for example using PIP's requirements.txt file then list the cefpython3 package in the following format: cefpython3 == 31.2.

Donate

If you would like to support general CEF Python development efforts by making a donation see the Donations wiki page.

cefpython's People

Contributors

allestuetsmerweh avatar cztomczak avatar jegger avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.