Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ The main diference of these updates, is that, it is not mandatory anymore to ins

# ![Pyforms logo](docs/source/_static/imgs/pyforms.jpg?raw=true "Screen")

Pyforms is a Python cross-enviroment framework to develop GUI applications, which promotes modular software design and code reusability with minimal effort.
Pyforms is a Python cross-environment 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.
* 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.

![Diagram](docs/source/_static/imgs/pyforms-layers.png?raw=true "Screen")

Expand Down