Win32 APIにアクセスしてWindowsでできる操作をPythonで実行できるライブラリがpywin32です。 公式Docsの解読が難しすぎるため、使えそうなやつのみ紹介します。 処理の流れは下記の通りです。 【処理の流れ】 1.globでdocファイルのパスを抽出 2.取得したパス ...
Saving attachments from a daily e-mail or moving an e-mail from one folder to another is super easy using Python! You can carry out literally any repetitive task using the Win32com library and the ...
Save all attachments on emails in a folder Save all email bodies in a folder as csv Move emails from folder to subfolder The below script can be called from the command line or can be embedded in ...
など、いくつかの利用形態があります。 pythonアプリを実行ファイル(.exe)に変換できれば、Windowsパソコンで手軽に利用できます。 ただ、pythonインタープリタをexeに内蔵しているようなものなので実行に必要なライブラリを含めるとファイルサイズが大きく ...