How to Autorun/Autostart Your Python Script in the Raspberry Pi OS

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • In this video I'll show a simple and effective method to autorun or autostart your python script. We will create a .desktop file in the home/pi/.config/autostart folder, with the following minimum lines:
    [Desktop Entry]
    Exec= python3 /home/pi/Desktop/guiautorun.py
    Make sure to change the path in the Exec line to the location for your own python script.
    Good luck! If you found this information helpful, please like the video and subscribe to the channel for more valuable content:)
    Follow me on Twitter: @BaldGuyDIY
    Send me an email: brandon@baldguydiy.com

Комментарии • 334

  • @jasonbills5347
    @jasonbills5347 3 года назад +9

    Phew, I tried like 5 different youtube vids before I found this one that actually works. Thanks!

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад +2

      Glad it could help! Thanks for watching.

  • @JohnDoe-vs9fm
    @JohnDoe-vs9fm Год назад +1

    FINALLY a working method ! I've tried all the other "easy" ways but none did work as well as this one. From a balding guy to another, thanks man!!

  • @lpxharry1269
    @lpxharry1269 5 месяцев назад +1

    Literally a life saver. Thanks for showing the hidden files thing was going crazy trying to find .config

  • @jayaramkasi
    @jayaramkasi 3 года назад +8

    Omg spent so much time trying to make this work!
    You’re a life saver dude

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад +1

      That’s exactly how I felt! Thanks for watching.

  • @cliveandrew3213
    @cliveandrew3213 3 года назад +9

    Thank you so much for that, I have been trying loads of stuff for ages, and yours finally works.

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад +2

      I’m glad it could help! Thanks for watching.

  • @SuperSamaku
    @SuperSamaku 3 года назад +7

    OHH MY GOD
    I was looking for 3 days to an autostart solution.
    YOU ARE MY HERO RIGHT NOW!!!

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад

      I’m so glad it was helpful:) Thanks for watching!

  • @jayantbarthwal4470
    @jayantbarthwal4470 3 года назад +13

    Thank you so much for this tutorial, I never thought it would be this easy to do.

  • @Wyatt-Barton
    @Wyatt-Barton Год назад +2

    This made my life so much easier than I thought it would be to get this to work! You the man now dawg!

  • @marksockett4993
    @marksockett4993 9 месяцев назад +1

    life saver! spent far to long working on this. worked first time. thank you.

  • @Alarm451
    @Alarm451 3 года назад +2

    Thank you so so much, so many other videos don't make it clear that their methods don't work for desktop apps! This is exactly what I needed!

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад +2

      Thanks for watching. So glad it worked for you!

  • @petervishton
    @petervishton Год назад +1

    It works! So very many other answers in this category did not. Thank you!

  • @TheRedstonelabz1
    @TheRedstonelabz1 2 года назад +4

    Absolute lifesaver 😅 i have tried all those methods in your list. Thanks mate!

  • @damianhockey8890
    @damianhockey8890 Год назад +1

    Honestly dude. Thank you so much for this. I'm currently working on a project that requires servos to boot up automatically and VLC playlist to start at the same moment. This has been a huge help. Subbed

    • @BaldGuyDIY
      @BaldGuyDIY  Год назад

      Glad it was helpful. Good luck on your project!

  • @Penzen11
    @Penzen11 2 года назад +1

    THANK YOU VERY MUCH! I must have been searching for exactly this answer since forever and three days.

  • @fabioESER
    @fabioESER 3 года назад +3

    At last, something that really works. After hours of testing different forms, this gets the job done.
    Thank you very much for sharing it with us. Greetings from Portugal!

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад +3

      Glad it could help. Thanks for watching, and it’s amazing to think my little channel found someone in Portugal!

  • @dylanmarcuswalsh
    @dylanmarcuswalsh 4 месяца назад

    I dont think you realize how much this helped me, stopped me from spending another 2 Hours smashing my head into a wall, tysm

  • @martincook2908
    @martincook2908 2 года назад +4

    Fantastic, spent hours trying to get it to work, and you made it so easy.. just subscribed

  • @finbenton
    @finbenton 4 месяца назад

    Thanks, this is the only tutorial I found working, only thing I had to add was put "sudo" before python3 in Exec line because my application needed that to run.

  • @chawesspe3
    @chawesspe3 6 месяцев назад

    I know I am late for the party, I'm just glad to show up. After investing hours in trying to make a stupid LED flash at startup, your video solved my problem. How did the world function before online videos?
    Thank you BaldGuyDIY, Charles

  • @johnykast1
    @johnykast1 2 года назад +2

    Perfect! Thanks a lot BaldGuyDIY!!! This is actually the only possible way to make my FEH slideshow to run on startup.
    Great job!!

  • @YashodSachintha
    @YashodSachintha 3 года назад +1

    Totally wanted 4 days to find this video. Thanks man. Works with shell scripts also. ❤️

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад +1

      Glad it was helpful! Thanks for watching.

  • @AAI30
    @AAI30 3 года назад

    After trying so many tutorials, one which even bricked my pi and I lost all my stuff,fortunately had a backup, this one actually worked. Thank you

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад +1

      So glad it helped! Thanks for watching.

  • @iftihossain6649
    @iftihossain6649 2 года назад +2

    Thank you for going through all the steps!

  • @nelsonaleon
    @nelsonaleon 2 года назад +1

    You are right, this is the only method that work for GUI.
    Thanks a lot

  • @juniornewtons8066
    @juniornewtons8066 3 года назад +1

    Works for me tested with tkinter python file. You are the best.

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад +1

      Glad it was helpful. Thanks for watching!

  • @CreativeBrainsOrganization
    @CreativeBrainsOrganization 3 года назад +1

    I thought I was just wasteing time watching this tutorial but this actually worked!!!!! Thankyou for spending your time for making this video😁😁

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад +1

      Thank you for watching! Glad it was not time wasted:)

    • @CreativeBrainsOrganization
      @CreativeBrainsOrganization 3 года назад

      @@BaldGuyDIY I wish I got this more earlier

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад +1

      @@CreativeBrainsOrganization That’s why I made the video! I thought if it took me several hours to find the answer, maybe I could save a few others some time. Turns out it was a LOT of others:)

    • @CreativeBrainsOrganization
      @CreativeBrainsOrganization 3 года назад

      @@BaldGuyDIY you are such an awesome guy. Expecting more from your side😁😁

  • @TechiReel
    @TechiReel 2 года назад +1

    fuck man you saved my one more day from running ... doing rnd whole day tried everything and finally this method work ... thanks man

  • @Mcfrantzfrantz
    @Mcfrantzfrantz 8 месяцев назад

    Worked great - First time. Very simple and easy to follow. GREAT job!

  • @hasielmoreno7166
    @hasielmoreno7166 2 года назад

    I’ve been looking for this for WEEEEEEEKS
    My man you’re awesome! Thanks for sharing your findings!

  • @brassj67
    @brassj67 2 года назад +1

    Thanks for this. This is the only method I got to work properly!

  • @ShreyasTambo
    @ShreyasTambo 11 месяцев назад

    love you man couldnt find gui startup anywhere else

  • @EmmanuelChanda-rd3od
    @EmmanuelChanda-rd3od Год назад

    As of 2023, definitely wealth the time.Worked for me 💯👌🏽 and I he said for scripts that need to run on the rasp pi desktop.

  • @bennyintheshed7821
    @bennyintheshed7821 3 года назад +2

    It verks! It's verking!! Thanks very much for this, saved me a heap of time :-)

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад

      So glad it helped. Thanks for watching!

  • @yevgenytnc
    @yevgenytnc 3 года назад

    Thanks for the very helpful video @BalGuyDIY
    Those having issues: try ensuring you have no spaces in either the file path or the file itself

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад

      Thanks for watching and sharing good advice!

  • @aleisastia
    @aleisastia 11 месяцев назад

    i would give you 100000000000000000000000 likes if i could!! when everything else failed THIS WORKED!!!!!!

  • @adityadadgal5595
    @adityadadgal5595 2 года назад

    Thank you bro because of your vdo my final year project got successfully done 🙏🙏🙏👍🏻

  • @thegalacticelite
    @thegalacticelite 3 года назад +1

    Thank you! Thank you! Thank you! I was on the verge of giving up.

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад

      Glad it was helpful. Thanks for watching!

  • @r0adk1ll88
    @r0adk1ll88 10 месяцев назад

    Great Video. Thank you so much for saving me tons of heartache

  • @rcbuildmaster6192
    @rcbuildmaster6192 11 месяцев назад

    finally got running my server script thanks man

  • @vanowarna
    @vanowarna 2 года назад +1

    This is really useful. Thank you very much !

  • @RichPendlebury
    @RichPendlebury 3 года назад

    Just like you eluded to at the start of the video. I have been searching high and low for an answer! This worked perfectly. I need a total of 8 .py files to open at once!

    • @RichPendlebury
      @RichPendlebury 3 года назад

      Although I’ve hit a few snags. The .py files I’m loading are GUI’s created in QtDesigner .. when I use this method none of the assets load with it. (I have images in a sort of slideshow format that display with a button click) any thoughts on why they don’t load?

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад

      @@RichPendlebury I haven’t created anything in QT Designer, only PySimpleGUI. Does it work without the auto run?

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад

      Thanks for watching! Glad it could be helpful. It was such a relief when I found it myself.

    • @RichPendlebury
      @RichPendlebury 3 года назад

      @@BaldGuyDIY normally I have to run it through the terminal which works properly. When I use your method .. it opens but just doesn’t load the images I need to display

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад +1

      What if you run it in the desktop environment from Thonny? If it runs correctly there, it should run fine from the auto run. The only other thing I can think of if that’s the case is that it might take time for something to be initialized on boot before it would work. In that case, build a little sleep delay into the start of the scripts and it should work fine. And if one script needs to be running before the others, sleep delay would work well. Or use one script to import the others in the order you need them and call them at the right time.

  • @-d-3370
    @-d-3370 2 года назад +1

    i wonder why it doesnt work for me, it works just fine before, i changed my sdcard and tried to do this again but i doesnt work anymore. when i reboot my raspberry i guess it does run because the relay is on but it doesnt show the window that supposed to be shown when i run the program. do you know what did i do wrong?

  • @thomasstriegel8072
    @thomasstriegel8072 3 года назад

    Thank you sooo much! I was looking for months, to find a solution like this. And it turns out one more time: The most genius things are simple! (You just have to know "how" ;-)). Vielen Dank!!

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад

      Glad it was helpful! Thanks for watching.

  • @mohammadsamer4541
    @mohammadsamer4541 3 года назад

    Thank you for this great tutorial !!
    As you mentioned all the other methods were not perfectly running especially for the graphical desktop OS
    When I tried your method it started only one time perfectly at startup but then it did not
    So I found that the problem is the path of the python script that it should be at
    /home/pi/GUI_SCRIPT.py
    not at
    /home/pi/Desktop/GUI_SCRIPT.py
    and this solved the problem in my case then the script is now autostarting every time I boot up my Raspberry Pi :D
    Thanks again for your amazing tutorials :)

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад +1

      Thanks for watching and commenting! It just depends on where you’ve saved your script what the path should be. Mine was saved to the desktop, so that’s why it worked for me. If yours was saved to the Pi folder, that explains the need for the oath to be edited. Thanks for watching!

    • @okrimtech
      @okrimtech 3 года назад

      @@BaldGuyDIY Hey! First of all, thank you so much for this tutorial, it worked for me too. However, I had the same problem as Mohammad. No matter where I put my scrip and how I described the path, it would only work if I dumped my script into the /home/pi folder. Strange. Anyways, thank you once again! :)

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад

      @@okrimtech I’m glad it worked, and that’s good feedback. I usually start scripts that are on the desktop so I haven’t played with other folders.

  • @joaomcs
    @joaomcs Год назад

    Thank you from Portugal for sharing your script 🍓

  • @cristiancandia3538
    @cristiancandia3538 3 года назад

    Muchas gracias! Entre tanto buscar tu explicación me salvó la vida 😃

  • @tambechristian
    @tambechristian 2 года назад

    Thank you! It works on the new raspios bullseye os, which is a bit different than previous ones.

  • @m_aenu
    @m_aenu Год назад

    OMG Thank you. Finally it works!

  • @julesw4240
    @julesw4240 3 года назад

    You just saved me ! This is the only method that worked for me !

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад

      I’m glad it worked. Thanks for watching!

  • @programmerarnab9046
    @programmerarnab9046 3 года назад

    I was searching for this video and i looked around 30 videos to find exactly this video from this particular creator :P...

  • @WarDen77
    @WarDen77 2 года назад

    You are my hero today!!!

    • @BaldGuyDIY
      @BaldGuyDIY  2 года назад

      Glad it was helpful. Thanks for watching!

  • @bitshift264
    @bitshift264 2 года назад

    Thanks my friend. Finally got it worked!

  • @kevinzywicki6920
    @kevinzywicki6920 2 года назад +1

    You are an angel sir

  • @ricardomartinezramos796
    @ricardomartinezramos796 2 года назад +1

    You are awesome. Thank you for you video and your time.

  • @kevinwright7931
    @kevinwright7931 2 года назад

    Thank you very much, It works!! I have tried other ways to a gui to start on boot up. I made a gui for the ir blaster so I can use it with the Raspberry Pi touch screen.

  • @carlosgil4343
    @carlosgil4343 3 года назад

    GREAT!! If you want to run in console, change: Exec=lxterminal -e "python3 /home/pi/Desktop/guiautorun.py" ALSO WORKS!!!!!!!
    Thank you

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад

      Thanks for watching and for the comment. I’m sure that’s helpful for some people:)

    • @briangkehoe
      @briangkehoe 2 года назад

      Thanks for the info, adding Terminal=true did not work for me but your method above using lxterminal works perfectly and now I can get my script running in a terminal on startup so I can monitor the script output

    • @sadiaafrin4498
      @sadiaafrin4498 5 месяцев назад

      Thanks a lot!!!!!!

  • @sasquashownz1
    @sasquashownz1 Год назад

    Mate u are a legend thank u. One more question - if i want this script to run every 20 minutes how would you do this, because i’m presuming the other methods that get suggested will run into the same issue of not working

  • @user-fz8vk1fz8x
    @user-fz8vk1fz8x 3 месяца назад

    감사합니다. 당신의 영상 덕분에 제 문제를 해결할 수 있었습니다. 한국에서 :)
    Thank you for your video. I can solve my problem in Korea :)

  • @ehraz786
    @ehraz786 Месяц назад

    Won't work on non gui versions as .config folder is unavailable

  • @manish6743
    @manish6743 3 года назад +2

    Thank you so much for the video. Can we interrupt the python program while it's being executed, like say in case of an infinite loop?

  • @ZeeOut9
    @ZeeOut9 3 года назад

    It works for Raspberry Pi 4
    Thank you!

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад

      It does! I’ve used it myself now too. Thanks for watching and commenting.

  • @krstech1269
    @krstech1269 Год назад

    Finally it works, thank you

  • @endrekocsis5686
    @endrekocsis5686 2 года назад

    huh, finally! - thank you, this helped a lot!!!

  • @wolfbergi
    @wolfbergi 7 месяцев назад

    Hello, it only works to a limited extent. I have a Python Modbus script that listens on port 502. When I start the script automatically like this I get the error message that the port is already in use. I've already tried everything possible. But the error only occurs with the autostart function. maybe an idea? Would be grateful!

  • @refereeweb5304
    @refereeweb5304 3 года назад

    That was a lifesaver video...

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад

      Glad it was! Thanks for watching.

    • @refereeweb5304
      @refereeweb5304 3 года назад

      @@BaldGuyDIY yeah... trying the same thing on a raspberry 4 right now.. but seems nothing is happening..

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад

      @@refereeweb5304 Try adding Terminal=True to the .desktop file and see if you get any output in the terminal window that would help diagnose the problem.

  • @AnandhuAK
    @AnandhuAK 2 года назад +1

    thanks bro, my problem solved...

  • @jovianparco
    @jovianparco Год назад

    Can you help me my script have no gui only in terminal is it possible to linch the script with the terminal window?

  • @DT-gm2zi
    @DT-gm2zi 2 года назад +1

    Hi BaldGuyDIY, I found this video after some searching. I got a script to auto start during boot but it self exits after 1 to 2 second. The program works fine when started manually. I did try adding a delay when it begins but I believe that the boot sequence is killing the thread. Now sure why.

    • @BaldGuyDIY
      @BaldGuyDIY  2 года назад +1

      What does the script do? What modules need to be imported? Without a lot more detail it’s pretty difficult to know the cause. Likely a runtime error, but without knowing which one it’s hard to know how to proceed.

    • @DT-gm2zi
      @DT-gm2zi 2 года назад +1

      @@BaldGuyDIY Thanks for your reply. The GUI displays serial data from a com port, however its made to run without an arduino plugged in. Only imports are tkinter and serial. I can see serial data updates for a second or two then exit.

    • @BaldGuyDIY
      @BaldGuyDIY  2 года назад +1

      @@DT-gm2zi I use PySimpleGUI, which is based on Tkinter. On some Pi’s I need to add 10-20 seconds of delay to the start of the script before it will load consistently at boot.

    • @DT-gm2zi
      @DT-gm2zi 2 года назад +1

      @@BaldGuyDIY I may have found the solution. I created a .sh file that calls the .py file. It runs instantly and did not close. The only noteworthy thing is all directories have to be fully path defined. Thanks so much BGDIY. Hope this helps others.

  • @surajm.h
    @surajm.h Год назад

    Hey actually mine is object detection based project which uses tensor flow but I tried the same method,it didn't work for me in this method , so what else command should I have to use for tensor flow based object detection python code to help it do auto start

  • @MIDO_0707
    @MIDO_0707 3 года назад

    Thank you very very very much .
    It worked 100% ...

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад

      Awesome! Thanks for watching:)

  • @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.

  • @evilleppy4330
    @evilleppy4330 Год назад

    can i do the same thing but make it run a game on start up essentially making the pi into a designated game of whatever one chooses?

  • @claudioquinones5107
    @claudioquinones5107 3 года назад

    Thanks Guy , perfect!!!! autorun file is working OK!

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад

      Claudio Quiñones Glad it could help. Thanks for watching!

  • @MyChico2012
    @MyChico2012 3 года назад +1

    thanks bald guy \o/

  • @robo_omsk
    @robo_omsk 8 месяцев назад

    Hello! I would like start my application before Desktop. The user should not see the desktop. Which method should I use for it? Thank you for any help!

  • @mahdokhtshahshaei6013
    @mahdokhtshahshaei6013 2 года назад

    It works!!! you are a life saver :))

  • @mlungisindlela6810
    @mlungisindlela6810 2 года назад

    Thanks man. Im gonna use this.

  • @eilufoye
    @eilufoye 3 года назад

    Thank you! your videos are the best .

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад

      Thanks for watching and the kind words!

  • @antonviorel
    @antonviorel 2 года назад

    It really worked! Thanks!

  • @lebhafterLebkuchen
    @lebhafterLebkuchen 3 года назад

    it finally works out! thanks a lot! :)

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад +1

      Glad it worked. Thanks for watching!

  • @asdasdasasdasdas9073
    @asdasdasasdasdas9073 3 года назад

    i love you for this tutorial, thanks!

  • @Тарас-щ9с
    @Тарас-щ9с 3 года назад +1

    help please. i use playsound to play music but when i restart my raspberry pi, the program works but plays nothing. if you run the program through thonny, everything works fine. What shall I do?

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад

      You could add some sleep time to the beginning of your script in case it isn’t leaving enough time for the sound drivers to be initialized. Or use the script to launch another program that plays music.

    • @Тарас-щ9с
      @Тарас-щ9с 3 года назад

      @@BaldGuyDIY Good idea. I'll try now

    • @Тарас-щ9с
      @Тарас-щ9с 3 года назад

      @@BaldGuyDIY Did not help(. Do you have any ideas? I waited a minute before importing all the modules (except time) and running the program. Maybe programs running in this way do not have access to audio output? but I didn't get any mistake

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад

      @@Тарас-щ9с another commenter had problems with opencv doing an auto run and needed to call to the module within the auto run script. It’s possible that you have to put something in your script to initialize the audio. I’m sorry I don’t have more to offer on it, but if you search for initializing or configuring the audio within a script that may be helpful.

    • @Тарас-щ9с
      @Тарас-щ9с 3 года назад

      @@BaldGuyDIY thanks

  • @DontMansion
    @DontMansion 2 года назад

    My script starting automatically after booting but close after 1 minute. In IDLE it works without closing

  • @phamhung5062
    @phamhung5062 11 месяцев назад

    thanks sir, your video very useful

  • @muralidharcc655
    @muralidharcc655 4 года назад

    very very very helpful information. thank you

    • @BaldGuyDIY
      @BaldGuyDIY  4 года назад +1

      You’re welcome! Thanks for watching, good luck on your projects.

  • @ElectroniXforu
    @ElectroniXforu 3 года назад

    Thanks, finally problem resolved

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад +1

      Glad it worked! Thanks for watching.

  • @VishalPatel1327
    @VishalPatel1327 2 года назад

    awsome Time saving tutorial

  • @annakmjecova7388
    @annakmjecova7388 Год назад

    Somehow still can't get it to work, not sure what i am doing wrong :(

  • @miciglaric
    @miciglaric 9 месяцев назад

    Thank you! It worked! But then i was simulation power loss situation with unplug from power and it doesnt austostart in fullscreen. Only when i reboot from menu. Do you know how to fix this?

  • @selmadjebli5163
    @selmadjebli5163 2 года назад

    Amazing thanks so much ....but how can i run multiple file in the same time ?????

  • @Lee.2543
    @Lee.2543 2 года назад

    Can it run at all times when the power is on?

  • @ownownjutt7446
    @ownownjutt7446 3 года назад +1

    realy use ful

  • @3y3b0ll5
    @3y3b0ll5 3 года назад

    hi how do you make it fullscreen for different screen sizes

  • @hotwheel3089
    @hotwheel3089 10 месяцев назад

    Hi, Thanks for This information Is there any way to exit the Window without pressing Exit button

  • @MikeSimon
    @MikeSimon 8 месяцев назад

    Thank You!!!

  • @AiBeast
    @AiBeast 3 года назад

    ❤️ i was finding for linux 🔥🔥

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад

      Thanks for watching, glad it could help.

  • @kivircikteknoloji
    @kivircikteknoloji Год назад

    thank u very much, it worked

  • @philipm1896
    @philipm1896 3 года назад

    Works like a charm 😉

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад +1

      Glad it could help! Thanks for watching.

  • @nabukodosonorogi9025
    @nabukodosonorogi9025 8 месяцев назад

    thank you so much man sooooo much

  • @ganda673
    @ganda673 3 года назад

    Thank you so much for this I can finally start my script at sartup.

    • @BaldGuyDIY
      @BaldGuyDIY  3 года назад

      Nice! Thanks for watching:)