This is a simple script that lets you convert CSV files to Excel.
- 2 packages required pandas and openpyxl
- Use
pip install pandasandpip install openpyxl - Add path to your csv file and output excel file WITH EXTENSTION
.csvand.xlsx - Run
python script.py