An open API service indexing awesome lists of open source software.

https://github.com/8area8/python-mvc-observer

Minimalistic mvc that uses the Observer pattern.
https://github.com/8area8/python-mvc-observer

Last synced: 10 months ago
JSON representation

Minimalistic mvc that uses the Observer pattern.

Awesome Lists containing this project

README

          

# Minimalistic MVC pattern, that uses the Observer design pattern

It is a project that fits in a single file. It uses the suscription system to update from the controller each time the user enters a text.

The model is an annoying parrot who repeats everything he hears. 🦜

## Install

Nothing to install, but you need python `3.x`.

## Usage

```bash
# windows
py -3 main.py
# linux
python3 main.py
```