- python installed
- Kivy installed
- open your command prompt
- execute
python -m pip install --upgrade pip wheel setuptools virtualenv
- execute
python -m pip install docutils pygments pypiwin32 kivy_deps.sdl2==0.1.* kivy_deps.glew==0.1.*
- install kivy :
python -m pip install kivy
you can also prefer installation of kivy from here
- go to the directory where you have clone this repo
- Run
python app.py
and application will start
- Devices : contains allthe devices JSON file
- app.py : main python file from where program starts
- screen1_device.kv : code to display first page that contains the options to select device
- screen2_resource.py : code to display second page to select specific resource type
- screen3_customizeResource.py : code to display last page that has options to customize command
- user interface is quite dull