How to fix “no module named gTTS” error
- Python3
- Pip3
pip install gTTS
Thank you for reading my blog.!
Django tutorials,Python tutorials,Flask tutorials,python projects,college projects,best python automations,automation in python,how to solve problem in python,python hackings,flutter tutorials,mobile app development,web development,web app development,web application,javascript frameworks,python framework,top 10,javascript framework,best product under,tricks and technology,hybrid mobile app development,native app development,how to start own website,wordpress,free scripts,automation,programming,
pip install gTTS
Thank you for reading my blog.!
pip install gTTS
Full Soure code:
from gtts import gTTS
import os
yout_text = 'Hey this my own assistant'
language = 'en'
final = gTTS(text=your_text, lang=language, slow=False)
final.save("first.mp3")
os.system("vlc first.mp3")
Thank you for reading my blog !
Install python on your system.
https://helpingtamizhan.blogspot.com/2020/04/how-to-install-python-in-linux.html
Step 2:
Install pip
https://helpingtamizhan.blogspot.com/2020/04/how-to-install-virtual-environment-in.html
Step 3:
Install virtual environment
https://helpingtamizhan.blogspot.com/2020/04/how-to-install-virtual-environment.html
Step 4:
https://helpingtamizhan.blogspot.com/2020/08/django-first-project.html
Step 5:
django-admin startproject <projectname>
Example:
django-admin startproject mysite
Step 6:
cd mysite
Step 7:
python manage.py runserver
Step 8:
Project run successfully
Thank you for read this tutorial!!
In this video we are discuss about " How to install Virtual Environment " Linux and Windows .
Virtual Environment is one the best feature in python. It is create virtual hard storage in your system
Pre requirement
python (Installation tutorial)
pip (Installation tutorial)
Installation Guide
pip install virtualenv
![]()
or
pip3 install virtualenv
![]()
Create Virtual Environment
virutualenv <anyname>

Activate Virtual Environment
source anyname/bin/activate

Windows
Installation Guides are same
Create new virtual environment is same
Activate step
In windows platform
\env\Scripts\activate.bat I hope guys you enjoyed to watch this tutorial
If you have any doubts please ping me or just put the comment section
Thank you !!!!
https://helpingtamizhan.blogspot.com/2020/04/how-to-install-python-in-linux.htmlInstallation Guide
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.pyor
https://bootstrap.pypa.io/get-pip.py
python get-pip.py

python3 get-pip.py

How to install Python in Linux
In this tutorial we are discuss about "how to install python in Linux".
Python Overview:
Python is the one of programming language. Python is very familiar . Python very simple and human readable language. Everyone can easy to learn.
Python have two major classification. One is Python 2XX and second one is Python 3XX.
Python3 is the current most of them use to our project and companies and etc,..
Installation Guide:
Python2
sudo apt-get install python
sudo apt-get install python3
![]()
Thank you for visiting my blogger. If you have any doubt and face any problem on installation time just contact me social media on directly.
I hope you would enjoyed this tutorial !!!