cd /dist and run chmod +x main then u can run ./main
how to host ur files !
firstly i started by finding out how to encode a url in a base64 string and then i made that string into a qr code and then the qr code gets trun into a stl file u can 3d print
sources https://pypi.org/project/pic2stl/ https://www.geeksforgeeks.org/python/encoding-and-decoding-base64-strings-in-python/ https://pypi.org/project/qrcode/ and ofc help from ai to explain bugs