Python

Thumbnail of post image 194

インストール

“D:\WinPython\#winpythonPrompt.bat”実行します

PyTorchを仮想環境ではなくベースにインストールする場合はこの場所でインストールします

...

Python

Thumbnail of post image 033

インストール@echo offcall %~dp0\scripts\env_for_icons.bat %*SET PATH=%PATH%;%WINPYDIRBASE%\PortableGit;%WINPYDIRBASE%\Portable ...

Python

Thumbnail of post image 087
方法from PIL import Image, ImageDraw, ImageFont, ImageFilterdef generate_img(text_line, imgname, filename): text_x = 100 t ...

Python

Thumbnail of post image 025
方法pip install Pillowfrom PIL import Image, ImageDraw, ImageFonttext = 'この?'font_size = 72font = ImageFont.truety ...

Python

Thumbnail of post image 021

Python で画像に文字を入れる時に縦書きにするとこのようなエラーが出ます。対応方法を示します

ダウンロードする方法

Archived: Python Extension Packages for Windows R ...

Python

Thumbnail of post image 031
インストール

次のプログラムを使用させていただきます

faster-whisperを利用してリアルタイム文字起こしに挑戦 #Python – Qiita

GitHub – reriiasu ...

Python

Thumbnail of post image 111
インストール

GitHub – jhj0517/Whisper-WebUI: A Web UI for easy subtitle using whisper model.

"D:\WinPython\Win ...

Python

Thumbnail of post image 043

whisper-micインストールpip install whisper-micオプション: --model 使用するモデル --device 使用するデバイス --english 英語モデルを使用するかどうか --verbose 詳細 ...

Python

Thumbnail of post image 025

インストール

ffmpegのダウンロードと展開ffmpeg-master-latest-win64-gpl.zip

Releases · BtbN/FFmpeg-Builds (github.com)

̶ ...

Python

Thumbnail of post image 155
プログラムclass Person: def __init__(self, name, age, gender, hobbies, desired_age_range, desired_hobbies): self.name = name ...