Ankit404butfound / PyWhatKit

Send WhatsApp message at certain time and many other things.
MIT License
1.28k stars 289 forks source link

SyntaxError: invalid syntax #320

Closed franconieto closed 3 months ago

franconieto commented 3 months ago

Description

import pywhatkit Traceback (most recent call last): File "<pyshell#0>", line 1, in import pywhatkit File "C:\Users\Luis\AppData\Local\Programs\Python\Python35-32\lib\site-packages\pywhatkit__init__.py", line 11, in from pywhatkit.ascii_art import image_to_ascii_art File "C:\Users\Luis\AppData\Local\Programs\Python\Python35-32\lib\site-packages\pywhatkit\ascii_art.py", line 32 with open(f"{output_file}.txt", "w") as f: ^ SyntaxError: invalid syntax

You can Check the PyWhatKit Version using

print(pywhatkit.__VERSION__)