본문 바로가기

Python3

[Python] Saving Outlook Email Attachment to Image File [Requirements] Everyweek, the canteen vendor send a meal plan for the week. The email goes to a specific folder thanks to Outlook email rule. But still human power should engage to copy the specific cell in the meal plan Excel file then save as an image to update canteen application. - Save meal plan Excel file which is in a weekly meal plan email - Copy meal plan area and save as image file [OS.. 2023. 6. 21.
[Python] Editing PDF Fillable Form [Requirements] The business receives a bunch of requests from the employees selling company stocks. However, it is hard for the employees to fill out the form due to language barrier and complexibility. - Develop an automation process to fill out stock selling fillable PDF form [OS] Windows 10 [Development Language] Python [IDE] Pycham [Prerequisites] Install Python modules - pdfrw - fillpdfs On.. 2023. 6. 15.
[ChatGPT] Automation: 주간식단표 자동 업로드 상황 급식 외주에서 발송되는 주간식단표가 있다. 이 식단표는 회사 식당 관련 애플리케이션에 업로드 해야 회사 직원들이 애플리케이션에서 금주의 식단표를 확인할 수 있다. 미션 매주 수신하는 식단표에 있는 "주간식단표" 표를 JPG 파일로 만들어서 네트워크 폴더에 올리는 Python 스크립트를 작성하자. 사용할 도구 - Outlook rules - Python ChatGPT 명령어 Please write script lab code to open attached excel file and copy cell from A1 to F29 and then create a jpg file with copied cell then save in the network path in "\\kryanser03\Shared-D.. 2023. 2. 6.
반응형