My first project, started on February 9th 2017.
Put your wardrobe to python!
App for manage clothes and sets of clothes.
- search (by name, kind, rate, sets)
- rate (1 - 5)
- add (with name, description, exclusions, rate, clear, photo, colors and kind)
- change
- delete
- check weather for now, + 3h, + 6h, +9h
Module | Version |
---|---|
Cyton | 0.25.2 |
Pygame | 1.9.3 |
Kivy | 1.10.0 |
Requests | 2.14.2 |
SQLAlchemy | 1.1.9 |
opencv-python | 3.2.0.7 |
NOTE: You can generate your own weather API token:
- Weather API
- Put your API token to WUNDERGROUND_API_TOKEN in morg/weather.py
git clone https://github.com/mkopr/morg.git (or manually download)
cd morg
pip install Cython (temporary solve install problem)
pip install -e .
morg
For virtualenv:
git clone https://github.com/mkopr/morg.git (or manually download)
cd morg
mkvirtualenv -a <morg dir> -p python3 morg
pip install Cython (temporary solve install problem)
pip install -e .
morg
In first run app create file weatherdata.txt with weather info from weather.py.
In first run app create data_base_file.db with two tables: ClothesData and HistoryData.
App crate morg_RRRR_MM_DD.log file in ./logs with logging info.
Store clothes photos (png files) in ./photo.
Store sets photos (png files) in ./sets.
Store png files used in app in ./assets/images.
Few screens from app: