Coding a Typing Bot in 6 lines of code! Free Coding Tutorial for Beginners

preview_player
Показать описание
An awesome and fun tutorial for you all today! Breaking the world typing record by creating a typing bot! It's always incredible to see what python is capable even with fun projects like these!

🔔NEW videos, tutorials and projects EVERY week so subscribe and hit the bell button so you don't miss an update!

🖥Code:

▶️Text Your Friend the Entire Script of Shrek - SPAM Bot - Tutorial:

▶️TikTok Liker Bot - Tutorial:

▶️Watch my full Python tutorial course here:

▶️Watch my full NumPy tutorial course here:

🔗 Social Media Links 🔗

💸 Donations 💸
⬇️Any donations are gratefully received & all donations go straight back into this channel!⬇️

⭐️ Hashtags ⭐️
#CodeOfTheFuture #WomenWhoCode #Python #Coding #Programming #Tutorials

Subscribers - 5117
Рекомендации по теме
Комментарии
Автор

This channel will reach soon 100k and 1 million keep up the good work :)

eternalcalm
Автор

You are really good at coding
Can you please make a video on some AI stuff like chatting bot etc. with python ?

adityasawant
Автор

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.

terri
Автор

is there a way to make it type at a specific speed? Sort of limiting how fast it types it?

SourScotchOnTheRocks
Автор

It's really really nice tutorial 👍👍

samarthgosavi
Автор

Thanks is there a way i can make it type in one place only whlie i still use my laptop

tailgater
Автор

Great video loved the
Can you just do or make a program to make a playable chess an idea if you like it please give it a a rather chess and programming

artisticbuddy
Автор

Thanks, you have broad up our ideas and knowledge about python that really it is so much powerful,

ajmalbangash
Автор

is this going to work for a typing trainer software as well?

ALIHAIDR
Автор

I just take admission in cllg in cse i did'nt know any thing about programming language help me to develop or guide me what should i do ...

pulkitsharma
Автор

How would you write this without the for loop???

longestname
Автор

hey Ellie anytime tried using pyaudio and pytypewrite at the same time?.. like whatever u text the pyaudio can read it out??

eshwarvarun
Автор

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))

samdajani
Автор

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")

pharos
Автор

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.

YeahYeah
Автор

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

shin_chann
Автор

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.

AbbasKhanAliZai
Автор

I am new in your chanal what you are teaching ??😀😀

srijanraj
Автор

Can you make all the ' C ' languages tutorial. Plz
Thank You @Code of the Future

dhrumilshah
Автор

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.

AbbasKhanAliZai