/cpr-nr-system

Et lille cpr-nr system skrevet i python

Primary LanguagePython

CPR nr system

Dette er et af mine første gange i python hvor jeg ville prøve at lave et simpelt cpr nr system, hvor du kan logge ind og lave din egen adgangs kode.

Build main.py

# For Python 2.xx version
pip install pyinstaller

# For Python 3.xx version
pip3 install pyinstaller
# building the main.py file
pyinstaller main.py --onefile --icon=logo.ico --name cprNrSystem.exe