Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lassejlv/cpr-nr-system
- Owner: lassejlv
- Created: 2022-11-05T18:44:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T11:59:34.000Z (about 2 years ago)
- Last Synced: 2024-04-17T03:57:55.344Z (9 months ago)
- Language: Python
- Size: 14.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```