Automate PowerPoint Creation with Python

Поделиться
HTML-код
  • Опубликовано: 12 янв 2025

Комментарии • 15

  • @productivedata
    @productivedata  2 года назад +2

    🚀 Subscribe to get more videos!
    🦾 Improve your productivity and Automate Boring Tasks: samirsaci.com

  • @sd5853
    @sd5853 2 месяца назад +2

    Merci chef, et vive la france ;)

  • @fabianlaban
    @fabianlaban Год назад +4

    Nice video, my question is what libraries i have to import to make the code run?

  • @LongTran-sj6fp
    @LongTran-sj6fp 2 года назад +2

    Hi, Could you help me with creating an automation for combining 2 powerpoint files with the slide alternating. I'm a translator and sometimes my client ask me to return a file with 1 slide in English and the following slide translated. So I need a tool that can interleave slides from two files. Can you help me with that? Thank you!

    • @productivedata
      @productivedata  2 года назад

      Hello Long! With python-pptx you can also read powerpoint files, if not you can store your translation in an Excel file and use the second type of page presented in the video to do your two slides.

  • @swathipala844
    @swathipala844 Год назад

    Hi, Any suggestions on how to delete a slide from pptx file using python pptx module? Thanks in advance.

    • @productivedata
      @productivedata  Год назад

      Open them with it and save it with the page excluded.

  • @babyreddy2336
    @babyreddy2336 Год назад

    HI There! does anyone know how to delete a slide from a ppt using python pptx? I tried different ways also used chat gpt but no luck. please share if anyone knows. appreciate your help

    • @productivedata
      @productivedata  Год назад

      You open it, select the slide you want to keep and save it in another file?

  • @professor_x9307
    @professor_x9307 Год назад

    where is github repo?

    • @productivedata
      @productivedata  10 месяцев назад

      @samirsaci on GitHub
      The repo is in the description

  • @franciscomiranda3239
    @franciscomiranda3239 2 месяца назад

    Share code and data