You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 days ago | |
---|---|---|
QtDesigner | 5 days ago | |
WikiCookBook | 5 days ago | |
.editorconfig | 12 months ago | |
.gitignore | 12 months ago | |
CHANGELOG.org | 7 months ago | |
LICENSE | 12 months ago | |
README.org | 7 months ago | |
requirements.txt | 12 months ago | |
wikicookbook.py | 5 days 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.