Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lassejlv/cpr-nr-system

Et lille cpr-nr system skrevet i python
https://github.com/lassejlv/cpr-nr-system

Last synced: about 2 months ago
JSON representation

Et lille cpr-nr system skrevet i python

Awesome Lists containing this project

README

        

## 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

```bash
# For Python 2.xx version
pip install pyinstaller

# For Python 3.xx version
pip3 install pyinstaller
```

```bash
# building the main.py file
pyinstaller main.py --onefile --icon=logo.ico --name cprNrSystem.exe
```