Skip to content

Commit 3ca4ec2

Browse files
committed
update
1 parent 6eb1367 commit 3ca4ec2

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# MBPython
2+
3+
Miniblink is a lighter browser widget base on chromium,
4+
just one file, faster browser kernel of blink to integrate HTML UI in your app.
5+
26
MBPython is an open source project founded by lochen to provide python bindings for the Miniblink. Examples of embedding Miniblink browser are available for many popular GUI toolkits including: wxPython, PyQt, PySide, Kivy, Panda3D, PyGTK, PyGObject, PyGame/PyOpenGL and PyWin32.
37

8+
By using C interface, you can create a browser just some line code.
49
There are many use cases for MBPython. You can embed a web browser control based on MBPython with great HTML 5 support. You can use it to create a HTML 5 based GUI in an application, this can act as a replacement for standard GUI toolkits like wxWidgets, Qt or GTK. You can render web content off-screen in application that use custom drawing frameworks. You can use it for automated testing of existing applications. You can use it for web scraping or as a web crawler, or other kind of internet bots.
510

611
### Latest release
@@ -29,6 +34,7 @@ webview=window.wkeCreateWebWindow(0,0,0,860,760)
2934
window.wkeShowWindow(webview)
3035
window.wkeRunMessageLoop()
3136
```
37+
3238
### PyInstaller
3339

3440
```bash
@@ -53,17 +59,13 @@ In short: I do not like CEF, it is too big, comes with too many dependency resol
5359
<tr>
5460
<td width="50%" valign="top">
5561
<p align="center">
56-
<a href="tencent://message/?uin=1191826896&Site=Sambow&Menu=yes/">
57-
<img src="https://s1.ax1x.com/2020/10/15/0onOBV.jpg">
58-
</a>
62+
<img src="https://s1.ax1x.com/2020/10/15/0onOBV.jpg">
5963
</p>
6064
if you have any questions,you can contact me,and i will try my best to help you
6165
</td>
6266
<td width="50%" valign="top">
6367
<p align="center">
64-
<a href="tencent://message/?uin=1191826896&Site=Sambow&Menu=yes/">
65-
<img src="https://s1.ax1x.com/2020/10/15/0onIhQ.jpg">
66-
</a>
68+
<img src="https://s1.ax1x.com/2020/10/15/0onIhQ.jpg">
6769
</p>
6870
If you would like to support general MBPython development efforts by making a donation then please scan to pay by the alipay
6971
</td>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "MBPython"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Miniblink binding for python"
55
authors = ["lochen <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)