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.
- Host: GitHub
- URL: https://github.com/8area8/python-mvc-observer
- Owner: 8area8
- Created: 2021-03-18T17:30:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-18T17:30:39.000Z (almost 5 years ago)
- Last Synced: 2025-01-14T05:13:35.289Z (11 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```