Skip to content

maicaalmonte/maica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Charlie Brown GIF by Peanuts - Find   Share on GIPHY

cute n simple instruction :)

  1. install pandas <3

      pip install pandas
    
  2. install openpyxl <3

      pip install openpyxl
    
  3. if you prefer to install two packages all at once <3

      pip install pandas openpyxl
    
  4. pdf conversion essential <3

        pip install pdfplumber openpyxl Pillow pytesseract numpy opencv-python
    
  5. verify installation (to confirm if the packages are installed correctly) <3

     import pandas as pd
     import openpyxl
    
     print("Pandas version:", pd.__version__)
     print("OpenPyXL is installed.")
    

***notes: you can install as many python packages as you want, they won't interfere your script. even if you won't use them. what matters is whether your script needs a package and is missing from your environment :)

About

some of my personal stuff :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages