Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.29 KB

File metadata and controls

31 lines (19 loc) · 1.29 KB

Pyforms

Checkout Github for the source code

<script src="https://apis.google.com/js/platform.js" async defer></script>

Pyforms is a Python 2.7.x and 3.x cross-enviroment framework to develop GUI applications, which promotes modular software design and code reusability with minimal effort.

It offers

  • A Python layer of Desktop forms, based on PyQt, OpenGL and other libraries.
  • A Python layer that allow applications to run on Desktop GUI, Web and terminal without requiring code modifications.
  • A group of rules and methodologies that help the developer maintain short, clean, reusable and readable code.

Diagram

Example of an application running in the Desktop, Web and Terminal enviroments:

Application-Example

Installation

Run in the terminal:

pip install pyforms