python binding for CefSharp
Project description
pycefsharp
Install
using pip
pip install pycefsharp
Usage
open url from cli
python -m pycefsharp "http://www.google.com" --title="hey, google!" --icon="[iconFile]" --geometry=[x],[y],[width],[height]
use in script
from pycefsharp.cef import CefApp, CefView
CefApp().Run(CefView("https://github.com/eseunghwan/pycefsharp", "simple_test"))
License
pycefsharp is MIT license
Release History
-
V 0.1.0 [2020/07/23]
- initial version
-
V 0.2.0 [2020/07/23]
- add properties of url, title, icon, geometry
-
V 0.2.1 [2020/07/23]
- make winform object private
- form can be invoked by properties
-
V 0.2.1.Rev2 [2020/07/23]
- revoked changes and upgrade to 0.2.1.Rev2
-
V 0.2.1.Rev2 [2020/07/23]
- bug fixed
- find install dependencies properly
- add show, close functions
- bug fixed
-
V 0.2.1.Rev3 [2020/07/23]
- bug fixed
- window moves to center when geometry's x and y are -1 properly
- bug fixed
-
V 0.2.1.Rev4 [2020/07/23]
- window appears when page is loaded
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pycefsharp-0.2.1.post4.tar.gz
.
File metadata
- Download URL: pycefsharp-0.2.1.post4.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 340caafb8ee73621f7ef2e74b90f127c6c7ad922ea30311c619643bfc88e7686 |
|
MD5 | 40d40f6f3b4b2750a4f2815553a66b9c |
|
BLAKE2b-256 | db491e69123a7844d725584fafb8a2200a1d4d0e3a9a44e340fff6dc15f532cd |
File details
Details for the file pycefsharp-0.2.1.post4-py3-none-any.whl
.
File metadata
- Download URL: pycefsharp-0.2.1.post4-py3-none-any.whl
- Upload date:
- Size: 77.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 429abd6e0031b5349a558d1417511ff55e938389d49416e69d93391ebeb0b2e2 |
|
MD5 | 8f8b8d5f16487afcd841b0828d19a2b5 |
|
BLAKE2b-256 | 74221d37f8718cd215cf3037f4f932e32dd1936e213ac57881d147f31455ca65 |