# ppt2pic **Repository Path**: shong/ppt2pic ## Basic Information - **Project Name**: ppt2pic - **Description**: ppt to pic - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-20 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Introduce There are 2 functions. - 1.Transfer ppt into pictures. - 2.Join all pictures into one. ## How to use - 1.install win32com. - You can find install files for window in folder ./win32com. - It includes 32 bits and 64 bits. - 2.Install package. - pip install Pillow. - 3.Put ppt files into folder ./ppt - 4.Double click ./ppt2pic.py - 5.Check result. - It will create folders as the ppt files name in folder ./result. - You will get all pictures and one result.png in the folder named as ppt file name. - 6.Press Enter to exit.