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.3.9.tar.gz (16.9 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.3.9-py3-none-any.whl (49.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: guy-0.3.9.tar.gz
  • Upload date:
  • Size: 16.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.11 CPython/3.7.3 Linux/4.15.0-70-generic

File hashes

Hashes for guy-0.3.9.tar.gz
Algorithm Hash digest
SHA256 1cb48efdde7d6630a837c3733f7de34d1378e7adf9c7eeb973834870192af4c9
MD5 b22b29c7fc992f5602a831589a8933cc
BLAKE2b-256 8f10d037461006a4cf706865240133605b8a49cdf6ed500a03679170744a1833

See more details on using hashes here.

File details

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

File metadata

  • Download URL: guy-0.3.9-py3-none-any.whl
  • Upload date:
  • Size: 49.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.11 CPython/3.7.3 Linux/4.15.0-70-generic

File hashes

Hashes for guy-0.3.9-py3-none-any.whl
Algorithm Hash digest
SHA256 48ca982ab0b655bd3f3196c018253dd9a86912afaa511c9f91a29cb4841c5ebb
MD5 9286d0595d662543370f4bd39df5d9a6
BLAKE2b-256 85ab7ed4bb42e1effd0c04b175c68f3f3837697c6920339ab777588889e916f8

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