Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade --quiet
import jovian
jovian.commit()
[jovian] Attempting to save notebook..
!pip install pyttsx3
Collecting pyttsx3 Downloading pyttsx3-2.90-py3-none-any.whl (39 kB) Installing collected packages: pyttsx3 Successfully installed pyttsx3-2.90
!pip install PyPDF2
Collecting PyPDF2 Downloading PyPDF2-1.26.0.tar.gz (77 kB) |████████████████████████████████| 77 kB 2.4 MB/s eta 0:00:011 Building wheels for collected packages: PyPDF2 Building wheel for PyPDF2 (setup.py) ... done Created wheel for PyPDF2: filename=PyPDF2-1.26.0-py3-none-any.whl size=61085 sha256=c3bd45a80a693cd6a220ba8fe146c4f58957d9016a251756147bc7950a3d0283 Stored in directory: /home/jovyan/.cache/pip/wheels/b1/1a/8f/a4c34be976825a2f7948d0fa40907598d69834f8ab5889de11 Successfully built PyPDF2 Installing collected packages: PyPDF2 Successfully installed PyPDF2-1.26.0