Umesh-01 / Python-Assistant

Python Assistant (PA) is a voice command based assistant service written in Python 3.9+. It can recognize human speech or voice, talk to user and execute basic commands.
MIT License
82 stars 53 forks source link

"_name_" is not defined #6

Closed Skyere closed 3 years ago

Skyere commented 3 years ago

image

Umesh-01 commented 3 years ago

@Skyere use double underscores before and after the name

Like this- if __name__ == '__main__':

Umesh-01 commented 3 years ago

I hope it will help you, if you face any other issue just comment below...