This channel will reach soon 100k and 1 million keep up the good work :)
@CodeoftheFuture3 жыл бұрын
That means so much, thank you!! Hopefully one day🤞
@eternalcalm80803 жыл бұрын
@@CodeoftheFuture dont forget me when u are famous :)
@CodeoftheFuture3 жыл бұрын
@@eternalcalm8080 I'll always remember my true supporters ☺️☺️
@waterplaneyoutube3 жыл бұрын
Hey wait I'm also there .😅😅
@adityasawant483 жыл бұрын
You are really good at coding !!!!! Can you please make a video on some AI stuff like chatting bot etc. with python ?
@CodeoftheFuture3 жыл бұрын
Thank you so much!! Yes, definitely! I will look into creating some tutorials on it!🤓
@adityasawant483 жыл бұрын
Subscribed 👍👍
@BharathTrades3 жыл бұрын
Love from India ♥️
@terri88502 жыл бұрын
Thank you for this video 'm new to this typing bot stuff. I will have fun learning all this i have liked and shared your video.
@karthikreddy_tkr2 жыл бұрын
truely underrated thanks:)
@krishnasomani22693 жыл бұрын
Nicely Done !
@CodeoftheFuture3 жыл бұрын
Thank you!
@samarthgosavi75553 жыл бұрын
It's really really nice tutorial 👍👍
@CodeoftheFuture3 жыл бұрын
Thank you!! :)
@Enginmann2 жыл бұрын
Amazing video by an Amazing coder
@thehoodshooter19853 жыл бұрын
THANK GOD FOR ELLIE 🙌🏾
@KhalilYasser3 жыл бұрын
Amazing Ellie. Thank you very much.
@CodeoftheFuture3 жыл бұрын
Thank you, Yasser! :)
@KhalilYasser3 жыл бұрын
@@CodeoftheFuture By the way, I got the result `Speed: 1781.44 WPM` :) That's faster than you :)
@KhalilYasser3 жыл бұрын
Didn't you have the curiosity to know the secret of that speed !!? >> Speed: 2078.21 WPM
@samdajani25732 жыл бұрын
@@KhalilYasser yes it depends on the computer processing speed i guess
@SourScotchOnTheRocks6 ай бұрын
is there a way to make it type at a specific speed? Sort of limiting how fast it types it?
@artisticbuddy18473 жыл бұрын
Great video loved the content........ Can you just do or make a program to make a playable chess board.....just an idea if you like it please give it a thought..........😁just a rather chess and programming fan..........
@CodeoftheFuture3 жыл бұрын
Thank you so much!! Oooo that sounds awesome, yes, I'll definitely look into it!!🤩
@tailgater87423 жыл бұрын
Thanks is there a way i can make it type in one place only whlie i still use my laptop
@ajmalbangash69282 жыл бұрын
Thanks, you have broad up our ideas and knowledge about python that really it is so much powerful,
@ALIHAID3R Жыл бұрын
is this going to work for a typing trainer software as well?
@eshwarvarun16053 жыл бұрын
hey Ellie anytime tried using pyaudio and pytypewrite at the same time?.. like whatever u text the pyaudio can read it out??
@diegomartin52503 жыл бұрын
Excelente Ellie!!!!!!!!!!!
@quarteredface8773 Жыл бұрын
Can you set a specific wpm
@veskod130 Жыл бұрын
How do we set the writing speed ?
@longestname55953 жыл бұрын
How would you write this without the for loop???
@shin_chann2 жыл бұрын
Hello Ellie, I am new to python, can you help me how install pyautogui. Its my first time using any code or even python for say. Thank you
@CodeoftheFuture2 жыл бұрын
Hello! Here's a video I created about installing matplotlib. If you follow the instructions in this video and replace 'matplotlib' for 'pyautogui', it should work! :) kzbin.info/www/bejne/r36Uk36ArdhgnZY
@pulkitsharma10883 жыл бұрын
I just take admission in cllg in cse .....but i did'nt know any thing about programming language .......please help me to develop or guide me what should i do ...
@samdajani25732 жыл бұрын
can we set the typing speed, so far what i used sleep 90 seconds but i was thinking what to type to control the typing speed, as for whats i am using PyCharm Edu 2022.1.2 so i had to go to the settings install the pyautogui and i removed the line pip -m bla bla i solved it with.... > for each_line in text: pyautogui.typewrite((each_line), interval=(0.1))
@samdajani25732 жыл бұрын
i solved it with.... > for each_line in text: pyautogui.typewrite((each_line), interval=(0.1))
@momentosviraiss2 жыл бұрын
@@samdajani2573 do you know what i could do so the bot take a break (like 3seconds) after typing a specific line?
@osamasaeed64873 жыл бұрын
Lit 🔥
@CodeoftheFuture3 жыл бұрын
Thank you!!
@yaseenelsahhar92633 жыл бұрын
whats the name of the program ?
@YeahYeah803 жыл бұрын
Hi Ellie, would you considering teaching my daughters online? We are from Malaysia and we can schedule a timetable that suits both of us. My daughters are 10 and 8 yo this year.
@CodeoftheFuture3 жыл бұрын
Hello! Thank you so much for the offer but unfortunately, I don't have time to provide personal tutoring... I wish I could :( if you want any specific videos, please let me know and I can try to upload them! :)
@YeahYeah803 жыл бұрын
@@CodeoftheFuture thank you Ellie for the reply.
@pi78282 жыл бұрын
Love It
@92ashwani3 жыл бұрын
Amazing !!
@CodeoftheFuture3 жыл бұрын
Thank you so much!
@pharos6403 жыл бұрын
Im just saying you can use this it is faster but im not sure it will work import keyboard import time with open('theText.txt','r') as text: words = text.read().splitlines() time.sleep(5) for i, word in enumerate(words): data = ''.join(words) keyboard.write(word) keyboard.send("enter")
@automationbachir85472 жыл бұрын
What is thé interest ??????
@AbbasKhan-bt4nn3 жыл бұрын
H. You are doing very good. I have question. How we control typing in this code. I want to control it 70 wpm. Could you please guide me.
@samdajani25732 жыл бұрын
for each_line in text: pyautogui.typewrite((each_line), interval=(0.1))
@srijanraj49883 жыл бұрын
I am new in your chanal what you are teaching ??😀😀
@CodeoftheFuture3 жыл бұрын
I'm teaching people how to code through python! Also going to add some more programming languages to my channel in the future😀
@srijanraj49883 жыл бұрын
I will subscribe your chanal 🙂🙂
@CodeoftheFuture3 жыл бұрын
@@srijanraj4988 thank you so much! :)
@dhrumilshah5493 жыл бұрын
Can you make all the ' C ' languages tutorial. Plz Thank You @Code of the Future
@CodeoftheFuture3 жыл бұрын
I will look into it!! :)
@dhrumilshah5493 жыл бұрын
Ok 👍
@Causal_Games3 жыл бұрын
😂😂
@CodeoftheFuture3 жыл бұрын
🤪😂
@AbbasKhan-bt4nn3 жыл бұрын
H. You are doing very good. I have question. How we control typing in this code. I want to control it 70 wpm. Could you please guide me.
@ajmalbangash69282 жыл бұрын
with the typewriter(each-line, interval(1)) you can do it,