initiated venv, installed FreeSimpleGUI and PySerial

This commit is contained in:
2025-10-22 17:20:59 +03:00
parent 434f9c0df3
commit f921bec1c3
1510 changed files with 218990 additions and 27193 deletions

7
.venv/bin/pyserial-ports Executable file
View File

@ -0,0 +1,7 @@
#!/home/feda/MIPT/RadioPhotonic_Subserface_radar/Generator_PCB/Python_GUI/.venv/bin/python
import sys
from serial.tools.list_ports import main
if __name__ == '__main__':
if sys.argv[0].endswith('.exe'):
sys.argv[0] = sys.argv[0][:-4]
sys.exit(main())