IFPass is a python project developped for the "Institut Français en Hongrie" and published under MIT license.
It allows managing a subscriber database and printing member cards.
build | ||
Templates | ||
.gitignore | ||
build.sh | ||
IF.ico | ||
IFPass.py | ||
Installer_Template.nsi | ||
installer-x64.cfg | ||
installer-x86.cfg | ||
LICENSE | ||
README.md |
IFPass
IFPass is a python project developped for the "Institut Français en Hongrie" and published under MIT license.
It allows to manage a subscriber database and print member cards.
Build
- Install NSIS.
- Install python 3 and pip.
- Install the modules with
sudo -H pip install pynsist PyPDF2 termcolor
- If pynsist version < 2.4, replace
/usr/lib/python3.*/site-packages/nsist/__init__.py
with https://raw.githubusercontent.com/takluyver/pynsist/master/nsist/init.py - Run
./build.sh