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.
Go to file
Jordan ERNST c18b49149f Add new builds 2019-06-20 16:39:50 +02:00
Templates Removed templates (private) 2018-12-13 11:35:57 +01:00
build Add new builds 2019-06-20 16:39:50 +02:00
.gitignore Include builds 2019-03-05 10:23:08 +01:00
IF.ico add distribution files in master 2019-02-07 17:54:26 +01:00
IFPass.py Update version string 2019-06-20 16:32:26 +02:00
Installer_Template.nsi add distribution files in master 2019-02-07 17:54:26 +01:00
LICENSE Add MIT license 2018-12-10 16:53:53 +01:00
README.md Update README to include build instructions 2019-06-20 16:30:58 +02:00
build.sh created build.sh to build x86 and x64 2019-02-07 18:04:48 +01:00
installer-x64.cfg Update instructions in .cfg files 2019-06-20 16:31:44 +02:00
installer-x86.cfg Update instructions in .cfg files 2019-06-20 16:31:44 +02:00

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

  1. Install NSIS.
  2. Install python 3 and pip.
  3. Install the modules with sudo -H pip install pynsist PyPDF2 termcolor
  4. 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
  5. Run ./build.sh