https://github.com/wenzel/kdesrc-build-genconf
https://github.com/wenzel/kdesrc-build-genconf
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wenzel/kdesrc-build-genconf
- Owner: Wenzel
- License: gpl-2.0
- Created: 2015-12-27T14:01:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-03T03:10:38.000Z (over 10 years ago)
- Last Synced: 2025-01-02T05:13:13.590Z (over 1 year ago)
- Language: Python
- Size: 167 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kdesrc-build-genconf
# Dependencies
- `Qt5`
- `Python 3`
# Setup
virtualenv --always-copy venv
pip install -r requirements.txt
./install_pyqt5.sh
for i in `echo *.ui`; do pyuic5 $i -o ${i%.ui}.py ; done
# Usage
./kdesrc-build-genconf.py