I love Python and this video was in the suggestions for me. Nice to the point tutorial, thanks for this! 🙏 Going to watch your video about Python Automation with PyAutoGUI now, bye. 👋😀
Thank you so much. I'm learning python in my computer science GCSE course, and I made a while loop and I kept on getting stuck in an infinate loop. Thank you for this great video to stop this from happening 😅👍
I love your videos...learning so much from you...I appreciate how you walk through the code...it clicks with me. I've watched alot of python tutorials, my lecture is great but it doesn't always click like yours do! so thanks so much. I find troubleshooting code easier now.
@@CodeoftheFuture no worries...i got my honeypot project competed and submitted iit on Friday. Hope to graduate with Bsc and deffo think python coding will be a hobby
Thanks for all the educational videos. I have a question, why are you naming the for loop variable "each_line"? When you loop the variable "each_line" value will just be a character of text, and not the string of each line.
Hello, I am having a hard time getting this to work. When I use a code line to quit the run with a keypress, the code runs fine, but I find that the function to stop doesn't work that well. When it type the code as you demonstrate, the code won't run at all and I get a line return in the terminal that shows the PC user path followed by a [ ] Any ideas? Keep in mind I'm very new to python
funny I write Snapchat spam and to send the massage I need press Send which is in the corner of screen and this fail safe start to kick in after five massage
@@CodeoftheFuture i will have to or else the cursor would reach end of screen and the program would end. I needed to automate the movement of the cursor by creating an infinite loop
I love Python and this video was in the suggestions for me.
Nice to the point tutorial, thanks for this! 🙏
Going to watch your video about Python Automation with PyAutoGUI now, bye. 👋😀
Thank you so much. I'm learning python in my computer science GCSE course, and I made a while loop and I kept on getting stuck in an infinate loop. Thank you for this great video to stop this from happening 😅👍
I love your videos...learning so much from you...I appreciate how you walk through the code...it clicks with me. I've watched alot of python tutorials, my lecture is great but it doesn't always click like yours do! so thanks so much. I find troubleshooting code easier now.
Thank you so much for your lovely comment! :)
@@CodeoftheFuture no worries...i got my honeypot project competed and submitted iit on Friday. Hope to graduate with Bsc and deffo think python coding will be a hobby
Because of my exam i'm not watched your previous videos but you upload really good content.
Thank you so much! I hope your exam went well!!
Thanks for all the educational videos. I have a question, why are you naming the for loop variable "each_line"? When you loop the variable "each_line" value will just be a character of text, and not the string of each line.
Thanks you are not only good but also beautiful
how would you trigger the failsafe through a key press such as space?
Hello, I am having a hard time getting this to work. When I use a code line to quit the run with a keypress, the code runs fine, but I find that the function to stop doesn't work that well.
When it type the code as you demonstrate, the code won't run at all and I get a line return in the terminal that shows the PC user path followed by a [ ]
Any ideas? Keep in mind I'm very new to python
Make amazing videos and tutorials best of luck 👍
Thank you so much!
Thanks for this
how to i bind it to a buttom?
When i start it take time to start .. Kindly say something to do to start fast
funny I write Snapchat spam and to send the massage I need press Send which is in the corner of screen and this fail safe start to kick in after five massage
THANK YOU!!!!!
👏👏👏
Nice 👌🏽 so that's how you fail-save😊🤔😞
Thank you!
Gracias guapa!
In windows does it also work?😅
Yes I believe so!
I just now disabled the failsafe and tried using Control + C and it didn't worked. Had to restart my laptop🐈
that's why you never disable it!!
@@CodeoftheFuture i will have to or else the cursor would reach end of screen and the program would end. I needed to automate the movement of the cursor by creating an infinite loop