Skip to content

ritesh55555/Modifier

Repository files navigation

Modifier

To run the application you should have the following requirements :

  1. python installed
  2. Kivy installed

Installing kivy

  1. open your command prompt
  2. execute python -m pip install --upgrade pip wheel setuptools virtualenv
  3. execute python -m pip install docutils pygments pypiwin32 kivy_deps.sdl2==0.1.* kivy_deps.glew==0.1.*
  4. install kivy : python -m pip install kivy

you can also prefer installation of kivy from here

Running the application

  1. go to the directory where you have clone this repo
  2. Run python app.py and application will start

file details

  • 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

To do

  1. user interface is quite dull

About

modifying JSON files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages