matemat/README.md

37 lines
600 B
Markdown
Raw Permalink Normal View History

# Matemat
2018-06-12 22:01:01 +02:00
A web service for automated stock-keeping of a soda machine written in Python.
It provides a touch-input-friendly user interface (as most input happens through the
soda machine's touch screen).
This project intends to provide a well-tested and maintainable alternative to
[ckruse/matemat][oldapp] (last commit 2013-07-09).
2018-06-12 22:01:01 +02:00
## Dependencies
- Python 3 (>=3.6)
2018-06-12 22:01:01 +02:00
- Python dependencies:
- file-magic
2018-07-09 00:11:40 +02:00
- jinja2
2018-09-09 23:27:23 +02:00
- Pillow
- netaddr
2018-06-12 22:01:01 +02:00
## Usage
```sh
python -m matemat
```
## Contributors
- s3lph
- SPiNNiX
2023-02-20 10:02:12 +01:00
- jonny
2018-06-12 22:01:01 +02:00
## License
MIT License
[oldapp]: https://github.com/ckruse/matemat