Skip to content
/ pyHub Public

Python GUI App that sets up the environment for my first year labs

License

Notifications You must be signed in to change notification settings

flawreen/pyHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyHub

Python GUI App that sets the environment for my first year labs

Screenshot_20230226_233431

To run the app, you need:

Navigate to the folder where you installed the app, then:

  • run chmod u+x run_first.sh
  • bash run_first.sh or ./run_first.sh
  • to run the app python3 pyHub.py

To run the app every boot:

  • touch .config/autostart/pyHub.desktop
  • nano .config/autostart/pyHub.desktop
  • and paste in the file:

[Desktop Entry]
Type=Application
Name=pyHub
Exec=/usr/bin/python3 path/to/pyHub.py