├── 01_Distribute_Excel_Files_With_Outlook ├── Attachments │ ├── Canada.xlsx │ ├── France.xlsx │ ├── Germany.xlsx │ ├── Japan.xlsx │ └── United States of America.xlsx ├── ChatGPT_Prompt.txt ├── Financial_Data.xlsx └── send_emails.py ├── 02_Automate_PowerPoint ├── ChatGPT_Prompt.txt ├── create_powerpoint.py └── input │ ├── Canada.xlsx │ ├── Germany.xlsx │ ├── Japan.xlsx │ └── United States of America.xlsx ├── 03_Create_Interactive_Chart_From_Excel ├── ChatGPT_Prompt.txt ├── Financial_Data.xlsx └── interactive_chart.py ├── 04_Merge_PDF ├── ChatGPT_Prompt.txt ├── cover │ ├── 1.pdf │ ├── 10.pdf │ ├── 1047.pdf │ ├── 17.pdf │ ├── 2.pdf │ └── 204.pdf ├── draft │ ├── 1 - Letter of Approval.pdf │ ├── 10 - Marketing Plan Day 4.pdf │ ├── 1047 - Closing Statement.pdf │ ├── 17 - List of Names.pdf │ ├── 2 - Research Draft F125.pdf │ └── 204 - Approved Budgeting Plan.pdf └── merge_pdf.py ├── 05_Write_Emails └── ChatGPT_Prompt.txt ├── 06_Create_Website ├── .streamlit │ └── config.toml ├── ChatGPT_Prompt.txt └── streamlit_app.py └── README.md /01_Distribute_Excel_Files_With_Outlook/Attachments/Canada.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/01_Distribute_Excel_Files_With_Outlook/Attachments/Canada.xlsx -------------------------------------------------------------------------------- /01_Distribute_Excel_Files_With_Outlook/Attachments/France.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/01_Distribute_Excel_Files_With_Outlook/Attachments/France.xlsx -------------------------------------------------------------------------------- /01_Distribute_Excel_Files_With_Outlook/Attachments/Germany.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/01_Distribute_Excel_Files_With_Outlook/Attachments/Germany.xlsx -------------------------------------------------------------------------------- /01_Distribute_Excel_Files_With_Outlook/Attachments/Japan.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/01_Distribute_Excel_Files_With_Outlook/Attachments/Japan.xlsx -------------------------------------------------------------------------------- /01_Distribute_Excel_Files_With_Outlook/Attachments/United States of America.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/01_Distribute_Excel_Files_With_Outlook/Attachments/United States of America.xlsx -------------------------------------------------------------------------------- /01_Distribute_Excel_Files_With_Outlook/ChatGPT_Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/01_Distribute_Excel_Files_With_Outlook/ChatGPT_Prompt.txt -------------------------------------------------------------------------------- /01_Distribute_Excel_Files_With_Outlook/Financial_Data.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/01_Distribute_Excel_Files_With_Outlook/Financial_Data.xlsx -------------------------------------------------------------------------------- /01_Distribute_Excel_Files_With_Outlook/send_emails.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/01_Distribute_Excel_Files_With_Outlook/send_emails.py -------------------------------------------------------------------------------- /02_Automate_PowerPoint/ChatGPT_Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/02_Automate_PowerPoint/ChatGPT_Prompt.txt -------------------------------------------------------------------------------- /02_Automate_PowerPoint/create_powerpoint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/02_Automate_PowerPoint/create_powerpoint.py -------------------------------------------------------------------------------- /02_Automate_PowerPoint/input/Canada.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/02_Automate_PowerPoint/input/Canada.xlsx -------------------------------------------------------------------------------- /02_Automate_PowerPoint/input/Germany.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/02_Automate_PowerPoint/input/Germany.xlsx -------------------------------------------------------------------------------- /02_Automate_PowerPoint/input/Japan.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/02_Automate_PowerPoint/input/Japan.xlsx -------------------------------------------------------------------------------- /02_Automate_PowerPoint/input/United States of America.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/02_Automate_PowerPoint/input/United States of America.xlsx -------------------------------------------------------------------------------- /03_Create_Interactive_Chart_From_Excel/ChatGPT_Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/03_Create_Interactive_Chart_From_Excel/ChatGPT_Prompt.txt -------------------------------------------------------------------------------- /03_Create_Interactive_Chart_From_Excel/Financial_Data.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/03_Create_Interactive_Chart_From_Excel/Financial_Data.xlsx -------------------------------------------------------------------------------- /03_Create_Interactive_Chart_From_Excel/interactive_chart.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/03_Create_Interactive_Chart_From_Excel/interactive_chart.py -------------------------------------------------------------------------------- /04_Merge_PDF/ChatGPT_Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/04_Merge_PDF/ChatGPT_Prompt.txt -------------------------------------------------------------------------------- /04_Merge_PDF/cover/1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/04_Merge_PDF/cover/1.pdf -------------------------------------------------------------------------------- /04_Merge_PDF/cover/10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/04_Merge_PDF/cover/10.pdf -------------------------------------------------------------------------------- /04_Merge_PDF/cover/1047.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/04_Merge_PDF/cover/1047.pdf -------------------------------------------------------------------------------- /04_Merge_PDF/cover/17.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/04_Merge_PDF/cover/17.pdf -------------------------------------------------------------------------------- /04_Merge_PDF/cover/2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/04_Merge_PDF/cover/2.pdf -------------------------------------------------------------------------------- /04_Merge_PDF/cover/204.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/04_Merge_PDF/cover/204.pdf -------------------------------------------------------------------------------- /04_Merge_PDF/draft/1 - Letter of Approval.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/04_Merge_PDF/draft/1 - Letter of Approval.pdf -------------------------------------------------------------------------------- /04_Merge_PDF/draft/10 - Marketing Plan Day 4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/04_Merge_PDF/draft/10 - Marketing Plan Day 4.pdf -------------------------------------------------------------------------------- /04_Merge_PDF/draft/1047 - Closing Statement.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/04_Merge_PDF/draft/1047 - Closing Statement.pdf -------------------------------------------------------------------------------- /04_Merge_PDF/draft/17 - List of Names.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/04_Merge_PDF/draft/17 - List of Names.pdf -------------------------------------------------------------------------------- /04_Merge_PDF/draft/2 - Research Draft F125.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/04_Merge_PDF/draft/2 - Research Draft F125.pdf -------------------------------------------------------------------------------- /04_Merge_PDF/draft/204 - Approved Budgeting Plan.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/04_Merge_PDF/draft/204 - Approved Budgeting Plan.pdf -------------------------------------------------------------------------------- /04_Merge_PDF/merge_pdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/04_Merge_PDF/merge_pdf.py -------------------------------------------------------------------------------- /05_Write_Emails/ChatGPT_Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/05_Write_Emails/ChatGPT_Prompt.txt -------------------------------------------------------------------------------- /06_Create_Website/.streamlit/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/06_Create_Website/.streamlit/config.toml -------------------------------------------------------------------------------- /06_Create_Website/ChatGPT_Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/06_Create_Website/ChatGPT_Prompt.txt -------------------------------------------------------------------------------- /06_Create_Website/streamlit_app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/06_Create_Website/streamlit_app.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sven-Bo/automate-office-tasks-using-chatgpt-python/HEAD/README.md --------------------------------------------------------------------------------