Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Sending Whatsapp Message in the text file
Post: RE: Sending Whatsapp Message in the text file

Its working Perfectly. Thank you. However it works only when there English texts. I need to insert some symbols like below and other languages texts. I hope the copy paste function works. Is that po...
ebincharles869 General Coding Help 9 3,607 Jun-21-2022, 12:59 PM
    Thread: Sending Whatsapp Message in the text file
Post: RE: Sending Whatsapp Message in the text file

(Jun-21-2022, 12:22 PM)snippsat Wrote: Windows is messing up choosing wrong encoding. Do this: with open("footer.txt", encoding='utf-8') as f: Error:IndentationError: expected an indented block afte...
ebincharles869 General Coding Help 9 3,607 Jun-21-2022, 12:44 PM
    Thread: Sending Whatsapp Message in the text file
Post: RE: Sending Whatsapp Message in the text file

(Jun-21-2022, 11:27 AM)snippsat Wrote: You most have footer.txt in same folder as main.py. Or give path to where you have footer.txt. with open(r"C:\somefolder\footer.txt") as f: Below is the error ...
ebincharles869 General Coding Help 9 3,607 Jun-21-2022, 12:15 PM
    Thread: Sending Whatsapp Message in the text file
Post: RE: Sending Whatsapp Message in the text file

But i get error like this Error:Traceback (most recent call last): File "C:\Users\sisya\PycharmProjects\Whatsapppython\main.py", line 9, in <module> with open("footer.txt") as f: FileNotF...
ebincharles869 General Coding Help 9 3,607 Jun-21-2022, 11:08 AM
    Thread: Sending Whatsapp Message in the text file
Post: Sending Whatsapp Message in the text file

Hello, I am sending whatsapp message through python. Below is the code. import pywhatkit pywhatkit.sendwhats_image("E9wnucCUpBpD1aizIUyLv6", "E:\\PythonFiles\\Music.jpg", "footer.txt", 10) pywhatkit...
ebincharles869 General Coding Help 9 3,607 Jun-21-2022, 10:35 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020