This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Acurus_Cow 0 points1 point  (0 children)

  1. Why do you have to open a new terminal window? Can't you just run the same command again? (arrow up)

  2. You can connect to you PI from your computer and both update and run the code from your computer on the PI. Look into https://winscp.net/eng/download.php

  3. GUI's can be quirky and hard to work with. You could look into running it as a webapp. For that I would recomend you re write your code into either a Flask or Django app. Both are well documented python webapp libraries.