You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
No code changes outside of the refactoring process. |
2 years ago | |
---|---|---|
QtDesigner | 2 years ago | |
WikiCookBook | 2 years ago | |
.editorconfig | 3 years ago | |
.gitignore | 3 years ago | |
CHANGELOG.org | 3 years ago | |
LICENSE | 3 years ago | |
README.org | 3 years ago | |
requirements.txt | 3 years ago | |
wikicookbook.py | 2 years ago |
README.org
WikiCookBook
WikiCookBook is a simple graphical editor for creating MoinMoin wiki pages for recipes.
It is based on Python, QT and PyQt.
Building
Microsoft Windows
Building in Microsoft Windows happens with pyinstaller. Here the complete process.
git clone git@git.mmk2410.org:mmk2410/wikicookbook
cd wikicookbook
python -m venv venv
.\venv\Scripts\activate.bat
pip install -r requirements.txt
.\venv\Scripts\pyinstaller.exe --onefile --windowed wikicookbook.py
The result can the be found in the dist
directory.