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
- Host: GitHub
- URL: https://github.com/praj-foss/obmed
- Owner: praj-foss
- License: mit
- Created: 2017-12-16T03:46:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T09:38:48.000Z (about 7 years ago)
- Last Synced: 2025-01-17T08:35:59.423Z (4 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!