PowerPoint: Difference between revisions
(Die Seite wurde neu angelegt: „== Generic Tips&Tricks == * select pane == powerpoint python ==“) |
No edit summary |
||
Line 2: | Line 2: | ||
* select pane | * select pane | ||
== powerpoint python | == Automated generation == | ||
* <u>'''python-pptx'''</u> | |||
** https://pypi.python.org/pypi/python-pptx | |||
<br> | |||
* <u>'''pywin32'''</u> | |||
** http://sourceforge.net/projects/pywin32/ | |||
** http://metazin.wordpress.com/2008/08/12/how-to-work-with-powerpoint-files-in-python/ (pywin32) | |||
** http://nbviewer.ipython.org/github/sanand0/ipython-notebooks/blob/master/Office.ipynb | |||
** http://stackoverflow.com/questions/18670428/controlling-powerpoint-using-leap-motion-and-python | |||
** http://www.s-anand.net/blog/automating-powerpoint-with-python/ | |||
** (http://www.shengdongzhao.com/shen_blog/how-to-automatically-create-powerpoint-slides-using-python/) | |||
<br> | |||
* <u>'''VBA'''</u> | |||
** |
Revision as of 16:10, 28 February 2014
Generic Tips&Tricks
- select pane
Automated generation
- python-pptx
- pywin32
- http://sourceforge.net/projects/pywin32/
- http://metazin.wordpress.com/2008/08/12/how-to-work-with-powerpoint-files-in-python/ (pywin32)
- http://nbviewer.ipython.org/github/sanand0/ipython-notebooks/blob/master/Office.ipynb
- http://stackoverflow.com/questions/18670428/controlling-powerpoint-using-leap-motion-and-python
- http://www.s-anand.net/blog/automating-powerpoint-with-python/
- (http://www.shengdongzhao.com/shen_blog/how-to-automatically-create-powerpoint-slides-using-python/)
- VBA