Python

Thumbnail of post image 021

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

bat,G'MIC,windows,画像

Thumbnail of post image 064

Windows でコマンドラインで命令を入れるとうまく解釈してくれず思い通りの動きをしてくれません

コマンドラインを確認する方法とうまく解釈してくれたコマンドを示します

-debug

うまくいかなかった例です。余 ...

G'MIC,windows,画像

Thumbnail of post image 187

コマンドの流し方と作り方

拡張子がgmicのテキストファイルを作ります

gmic image.jpg macros.gmic -my_custom_command

command パラメーターの後ろに記述することもで ...

Thumbnail of post image 054

GOOGLEFINANCE関数は日本株に対応なのでGAS で自分で関数を作る方法はよくありますがIMPORTXML関数を使って日本株の状況を取得します

IMPORTXML

google スプレッドシート に貼り付けてください ...

bat,PowerShell ,windows

Thumbnail of post image 021

choiceコマンドを使って条件分岐でコマンドを実行できますが毎回の答えは大変です

バッチファイル

何かキーボードをしたらコマンドプロント 時間切れだとノートパッドを起動します

::powershell -Execut ...

Python

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

Python

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

Python

Thumbnail of post image 088

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

ダウンロードする方法

Archived: Python Extension Packages for Windows R ...

C++,windows

Thumbnail of post image 019
meson ダウンロードインストール

Releases · mesonbuild/meson (github.com)

meson-1.4.0-64.msi

libraqmダウンロードビルドgit clone" ...

bat,PowerShell ,windows

Thumbnail of post image 084

通常では bomがついて 出力されてしまいます

バージョンの確認$PSVersionTable新しいバージョンのパワーシェルPowerShellをインストール

Releases · PowerShell/PowerShell ...