Go to file
2024-05-08 20:29:47 +02:00
.gitignore .gitignore 2024-04-12 17:57:48 +02:00
NFC_Reader.py while is back 2024-05-08 20:29:47 +02:00
oled.py display 2024-04-17 20:36:03 +02:00
README Added README.md 2024-02-22 00:04:14 +01:00
requirements.txt requirement requests added 2024-02-21 21:36:59 +01:00

How to get started:
create venv:
    python -m venv venv
    start venv:
        source venv/bin/activate
    install requiremens:
        pip install -r requirements.txt
    start the program:
        venv/bin/python3 NFC_Reader.py