Skip to content

Releases: Maximilian-Winter/pytonium

Pytonium 0.0.13

01 Oct 11:13
Compare
Choose a tag to compare

Fixed bug at start up and some minor issues.

Pytonium 0.0.12

01 Oct 00:03
Compare
Choose a tag to compare

Fixed some issues and added custom protocol schemes.

Pytonium 0.0.11

30 Sep 09:14
Compare
Choose a tag to compare

Fixed the wheels and source release.

Pytonium 0.0.10

30 Sep 04:43
Compare
Choose a tag to compare

New release with a couple of new features:

  • Application State Handling
  • Return values to Javascript through Promises.
  • Configurable context menu
  • Improved binding system

Pytonium 0.0.9

07 Nov 23:42
Compare
Choose a tag to compare

Pytonium

Pytonium is a framework for building python apps, with a GUI based on the web-technologies HTML, CSS and Javascript.

It uses the Chromium Embedded Framework for rendering and execution of javascript.

At the moment the framework has functionality for loading an url and add
Javascript bindings, so a python function can be called from Javascript.
And also Javascript can be executed, on the website, from python.

The package is avaible via pip.

So just type the following in the console to install it.

pip install Pytonium

Changes:
Added linux support.

Pytonium 0.0.8

02 Nov 16:56
Compare
Choose a tag to compare

This is version 0.0.8 of Pytonium

The framework has basic functionality for loading an url and add Javascript bindings, so a python function can be called from Javascript. And also Javascript can be executed, on the website, from python.
Also avaible via pip
So just type the following in the console to install it.

pip install Pytonium

Changes:
You don't have to set the default Pytonium Subprocess Executable anymore. A valid default value get set at initialization.
And functions and methods, now take the arguments passed to them from Javascript as parameters.

Pytonium 0.0.7

02 Nov 09:01
Compare
Choose a tag to compare

This is version 0.0.7 of Pytonium

The framework has basic functionality for loading an url and add Javascript bindings, so a python function can be called from Javascript. And also Javascript can be executed, on the website, from python.
Also avaible via pip
So just type the following in the console to install it.

pip install Pytonium