How do I program a chat bot in Python? (Best answer)?

  • Thread starter Thread starter 1+x+x^2/2!+x^3/3!+...
  • Start date Start date
1

1+x+x^2/2!+x^3/3!+...

Guest
How this chat works is
There's a small window where you type in your text and then you press enter and it appears on the screen.


What i want to do is
make a program that uses a Loop to automatically send text to this window so I dont have to type it in and then also have the program press enter for me so it appears on the screen

so basically a program to chat automatically

Is there anyway i can do this easily in Python - i am pretty new to the language

Ive already heard of sendkeys ive looked it up but I dont know how to make it press enter and set the code up


Thanks
 
Back
Top