https://github.com/enescakir/image2ppt
Convert your image sequence to PPT
https://github.com/enescakir/image2ppt
images ppt presentation
Last synced: 3 months ago
JSON representation
Convert your image sequence to PPT
- Host: GitHub
- URL: https://github.com/enescakir/image2ppt
- Owner: enescakir
- License: mit
- Created: 2017-08-01T18:29:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-01T23:02:23.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T20:29:45.067Z (4 months ago)
- Topics: images, ppt, presentation
- Language: Python
- Size: 12.8 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## image2ppt
image2ppt converts your image sequence to PPT.### Requirements
- [python-pptx](https://github.com/scanny/python-pptx)
`pip install python-pptx`### Install
```bash
$ ./install.sh
# It calls install commands of requirements.
# And it copies converter to /usr/local/bin for calling globally.
```### Usage
#### Command Line
```bash
$ image2ppt
```#### macOS Application
You can directly [download](http://www.enescakir.com/wp-content/uploads/2017/08/image2ppt-1.zip) ready-to-use version, and start using.