A graphical editor for creating cookbook entries using the MoinMoin wiki syntax
This repository has been archived on 2021-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Marcel Kapfer 184a5ee20b
Complete file refactoring
No code changes outside of the refactoring process.
2021-04-14 19:14:09 +02:00
QtDesigner Complete file refactoring 2021-04-14 19:14:09 +02:00
WikiCookBook Complete file refactoring 2021-04-14 19:14:09 +02:00
.editorconfig Initial commit 2020-04-30 10:02:06 +02:00
.gitignore Initial commit 2020-04-30 10:02:06 +02:00
CHANGELOG.org Better changelog formatting 2020-09-11 09:04:03 +02:00
LICENSE Switched to MIT License 2020-05-03 18:08:38 +02:00
README.org Fixed typo in README 2020-09-23 19:11:39 +02:00
requirements.txt Added pyinstaller as requirement 2020-05-03 17:20:55 +02:00
wikicookbook.py Complete file refactoring 2021-04-14 19:14:09 +02:00

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.