Skip to main content

A simple module for making HTML GUI applications with python3

Project description

GUY is a py3 module, which let you quickly release a GUI (html/js) for yours python (>=3.5) scripts, targetting any platforms ... and android too.

A simple guy's app code, could be :

from guy import Guy

class Simple(Guy):
    """<button onclick="self.test()">test</button>"""

    def test(self):
        print("hello world")

if __name__ == "__main__":
    app=Simple()
    app.run()

A guy's app can be runned in 3 modes :

  • can reuse a chrome browser (in app mode), on the host. To keep the minimal footprint. (app mode)
  • can embbed its CEF (like electron) (thanks cefpython3), to provide all, to the users. (cef mode)
  • can act as a classical web server. Any browser can be a client (server mode)

A guy's app can be released as :

  • a simple py3 file, with only guy dependancy (app mode & server mode)), or with guy+cefpython3 dependancies (cef mode))
  • a freezed executable (pyinstaller compliant) (all modes)
  • an apk (with buildozer/kivy) (app mode only)

Read the Guy's DOCUMENTATION !

Available on :

Here is a demo (sources), of a simple guy's app (server mode).

Here is a demo (sources), of a guy's app serving a vuejs/sfc UI.

Here is a simple guy's app (app mode):

On Ubuntu
On Android10

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

guy-0.4.0.tar.gz (17.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

guy-0.4.0-py3-none-any.whl (17.1 kB view details)

Uploaded Python 3

File details

Details for the file guy-0.4.0.tar.gz.

File metadata

  • Download URL: guy-0.4.0.tar.gz
  • Upload date:
  • Size: 17.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.33.0 CPython/3.7.5

File hashes

Hashes for guy-0.4.0.tar.gz
Algorithm Hash digest
SHA256 46439c833f831c1708920b9d149ff3622589c1a505e5dad9aa64aa6b7c429001
MD5 a70f09f9d0df6c1153b6beec32e3870d
BLAKE2b-256 685036f75f887c3532a12670295014dc1919946412a2456ffde27212fc41923c

See more details on using hashes here.

File details

Details for the file guy-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: guy-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 17.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.8.0 tqdm/4.33.0 CPython/3.7.5

File hashes

Hashes for guy-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ce64e2bd5357d96b2b70693e52d9cb589431a139139c99eb65bf688d000c456b
MD5 2bafb84f3194b07d0734b8c76638469c
BLAKE2b-256 830f36f49a5525cdfcfca5443f98c7bfbeabfa026f2bd23f1a6991b11c7555a4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page