9 lines
No EOL
235 B
Markdown
9 lines
No EOL
235 B
Markdown
# Remote QR Scanner in .NET and Python
|
|
|
|
Scan QR codes and send them back to a server. Uses .NET 6 to build the server and client and python.
|
|
|
|
Run the server or client:
|
|
```bash
|
|
dotnet run --project server
|
|
dotnet run --project client
|
|
``` |