Win32 APIにアクセスしてWindowsでできる操作をPythonで実行できるライブラリがpywin32です。 公式Docsの解読が難しすぎるため、使えそうなやつのみ紹介します。 処理の流れは下記の通りです。 【処理の流れ】 1.globでdocファイルのパスを抽出 2.取得したパス ...
This is the readme for the Python for Win32 (pywin32) extensions, which provides access to many of the Windows APIs from Python, including COM support. See CHANGES.md for recent notable changes.
PDFファイルを作成するライブラリを紹介します。それぞれのライブラリは「pip install ライブラリ名」でインストールできます。 参考までにPDF化をするときのファイル選択は手動で記載もOKですが、サンプルコードでは下記を使用して一括で取得します。
There are notes in CHANGES.txt discussing work by @joankaradimov to make pywin32 buildable under MingGW/msys2 Significant work by @joankaradimov in porting pywin32 so that it works in a MingGW/msys2 ...