How to Autorun a Python Script on the Raspberry Pi

Поділитися
Вставка
  • Опубліковано 27 лис 2024

КОМЕНТАРІ • 32

  • @yash..9546
    @yash..9546 18 днів тому +1

    this is the easier method, i have tried the other ones that makes you start a service through systemdcl which does not really work without proper configuration and the service often fails.
    Thanks for the this method.

  • @spidermurphyskeyboard
    @spidermurphyskeyboard 3 місяці тому

    You're my hero, I've been trying to figure this out for a week! Thank you!

  • @dystopianpresent1544
    @dystopianpresent1544 3 місяці тому

    This video completely solved my problem. I have done so much research to try and figure this out, to no avail until now. thank you! I wish I could give you more than one like.

  • @itsatomtech
    @itsatomtech 5 місяців тому

    The last thing I would to is include stupidly long querry on the search bar, and this one actually work hahah, very underated

  • @PongsatornChutimawattanakul
    @PongsatornChutimawattanakul 2 місяці тому

    You're my HERO very very thank you 🙏🙏🙏

  • @Wasteland_Wanderer76
    @Wasteland_Wanderer76 6 місяців тому +1

    Worked great thank you!

  • @KOKONATZU
    @KOKONATZU 2 роки тому +1

    thank you this helped a lot.

  • @heroku1659
    @heroku1659 2 місяці тому

    Thanks! This is going to help me restart my projects when ever my power flickers, like it has been due to the recent hurricane

  • @abhivihi7741
    @abhivihi7741 7 місяців тому

    thanks from India!

  • @AaronRedira
    @AaronRedira Рік тому +1

    this really helps! Thank you very much!

  • @KJ7JHN
    @KJ7JHN 6 місяців тому

    does the desktop entry work without a desktop? If I ran my pi without loading the GUI/Desktop, will the python file and libraries load prior to jumping into the console?

  • @gameknightplays1211
    @gameknightplays1211 4 місяці тому

    Thank you now I can make a Pip-Boy

  • @danielderoon9165
    @danielderoon9165 Рік тому

    Thank you very much! This is just what I need 🤗

  • @nuraisyah4305
    @nuraisyah4305 2 роки тому +1

    Hi,may I ask.. on your vid 4:34 your drowsy_env at line 2, is there any Drowsniess_Detector folder as state at the line 3?

  • @justinhubbard7611
    @justinhubbard7611 2 роки тому +1

    When I do this the program starts and then shuts down immediately. How do I keep the program running?

  • @jamesvincentapita1000
    @jamesvincentapita1000 Рік тому +1

    hi, so i have a python program that runs tensorflow object detection, do u have an idea how i can run it on startup without the ide?

  • @triodit
    @triodit Рік тому

    Epic thank you for sharing

  • @abilovestotrade
    @abilovestotrade 2 роки тому

    it just doesn't work for me, is it because I changed the default user name from pi to something else ?

  • @romtham2505
    @romtham2505 Рік тому

    My code needs to use the values ​​from the pickle file so cd myfolder must be used before it can run. Is there a way to write a script run? Please.

    • @KesavKrishna-um4yy
      @KesavKrishna-um4yy 7 місяців тому

      Did you find a way auto run a python script with a pickle file?

  • @damasymz
    @damasymz Рік тому

    Wow awesome

  • @sirinchiboub8802
    @sirinchiboub8802 2 роки тому

    hello, i run a simple python program when raspberry pi bootup it works,but i run a face recogniton program using opencv it dosen't oen when raspbeypi bootup .Do you have an idea how an i solve this problem?

    • @kurtroyales2659
      @kurtroyales2659 8 місяців тому

      Hello I have the same concern. Did you already solve the problem?

  • @huudangho6287
    @huudangho6287 3 роки тому

    thank you

  • @nafsi864
    @nafsi864 2 роки тому

    Sir How to Autorun a Python Script on the Raspberry Pi using GPIO pins

  • @Manuelol
    @Manuelol 3 роки тому

    Where do I insert the program I want to start?

    • @garceling
      @garceling  3 роки тому +1

      The program can be located anywhere on ur RPI. As long as u write the correct directory to it in the start up files

  • @enricoterzi6556
    @enricoterzi6556 2 роки тому +4

    i've lost a ear, thanks

  • @quickestawab5045
    @quickestawab5045 19 днів тому

    You need to memorise your script and be more confident, great tutorial tho

  • @khehlagumedekhehlagumede8650
    @khehlagumedekhehlagumede8650 Місяць тому

    Thank you