Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fox520/digicomo
DigiComo conceptual ecommerce application
https://github.com/fox520/digicomo
Last synced: 26 days ago
JSON representation
DigiComo conceptual ecommerce application
- Host: GitHub
- URL: https://github.com/fox520/digicomo
- Owner: Fox520
- Created: 2019-11-16T16:00:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:53:30.000Z (about 2 years ago)
- Last Synced: 2024-10-15T06:37:15.101Z (2 months ago)
- Language: Python
- Size: 405 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DigiComo
[DigiComo](https://www.digicomo.com/online-store) conceptual ecommerce application.## Getting started
Requires Python 3
```
pip install -r requirements.txt
python main.py -m screen:note2,portrait,scale=0.60
```
NB: this project was made in rush to see what I come up with using [MDBackdrop](https://github.com/HeaTTheatR/KivyMD/wiki/Components-Backdrop). Therefore bugs are in there.## Overview screen
![overview](repository_data/overview.jpg "Overview")## Backdrop
![backdrop](repository_data/backdrop_menu.jpg "Backdrop")## Products screen
![products](repository_data/products.jpg "Products")### Relevant resources
* https://kivy.org
* https://github.com/HeaTTheatR/KivyMD