今回は、以下の動画で取り上げた手順の詳細になります。 Pythonの環境構築はできている前提で進めます。 環境構築は↓の記事など参考にするとPythonコマンドが使えると思います。 まずはPythonファイルを作成します。 $ touch slide_generator.py ファイル名は『slide ...
PowerPointからPythonのコードができるか、簡単に試してみました。 上図のような超適当なフローチャートを作り、アップロードしてみたところ、こんな回答がありました。 なかなか鋭いですね。 こちらをもとに、コードを書いてもらった結果が以下の通りです。
python-pptx is a Python library for creating, reading, and updating PowerPoint (.pptx) files. A typical use would be generating a PowerPoint presentation from dynamic content such as a database query, ...
⚠️ NOTE: If you're not familiar with Git, using GitHub Desktop Application is a better start. If you choose this method, make sure to download it before continuing reading. Access link to download ...