I have a Python script which automatically runs on Startup. I created the Autostart by putting"
@lxterminal -e python3 /home/pi/digitale-werbetafel-py/main.py &
in
/etc/xdg/lxsession/LXDE-pi/autostart
I now want to handle user input with pythons input()
function.
Is there a way to do that? Because I can't type into the console and also nothing is getting printed to the console.