A graphical editor for creating cookbook entries using the MoinMoin wiki syntax
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Marcel Kapfer 184a5ee20b
Complete file refactoring
No code changes outside of the refactoring process.
2 years ago
QtDesigner Complete file refactoring 2 years ago
WikiCookBook Complete file refactoring 2 years ago
.editorconfig Initial commit 3 years ago
.gitignore Initial commit 3 years ago
CHANGELOG.org Better changelog formatting 3 years ago
LICENSE Switched to MIT License 3 years ago
README.org Fixed typo in README 3 years ago
requirements.txt Added pyinstaller as requirement 3 years ago
wikicookbook.py Complete file refactoring 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.