๐
Work with excel and PDF
If you want to work with excel you can use openpyxl package and install it with
terminal
pip install openpyxl
If you want to work with PDF file you can use PyPDF2
terminal
pip install PyPDF2
If you want to work with excel you can use openpyxl package and install it with
pip install openpyxl
If you want to work with PDF file you can use PyPDF2
pip install PyPDF2
