An open API service indexing awesome lists of open source software.

https://github.com/praj-foss/obmed

Openbox menu editor
https://github.com/praj-foss/obmed

Last synced: 2 months ago
JSON representation

Openbox menu editor

Awesome Lists containing this project

README

        

# obmed

#### Openbox menu editor

## Building and running
- Install these dependencies before starting:
- python 3
- docopt
- Use the following command to build:
```
python3 setup.py build
```
- After a successful build, use this to run:
```
python3 build/lib/obmed/run.py --help
```

Note: You might need to use `python` instead of `python3` for some linux distros

## License
This project is licensed under the MIT License.
See the [LICENSE](LICENSE) file for more information.

## Thank you!