235 B
235 B
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:
dotnet run --project server
dotnet run --project client