bat,windows

Thumbnail of post image 185

バッチファイル@echo offSETLOCAL enabledelayedexpansioncopy NUL .\\output.txtrem 1から100までの数字を増減しながらループfor/L %%i in (1, 1, 100) d ...

Thumbnail of post image 010

株価チャート 複数銘柄を1画面に表示できるウェブサイトを調べてみました

当日のチャートであれば yahoo!ファイナンスにポートフォリオを登録することで並べてみることができます

株式チャート集 stock-life. ...

AutoIt

Thumbnail of post image 074

有料の rpa ツールでなくてもプログラムを組んだりしなくても済む画像認識の自動化ツールです。とても便利なのでよく使っています。実例があった方が分かりやすいので参考になる処理を示します

株の銘柄をポートフォリオに自動で一括に登録 ...

Python

Thumbnail of post image 159

gui のものがあまり見かけなかったので 作ってみました

インストールpip install SpeechRecognitionpip install -U openai-whisper

PyTorch

コード

t ...

windows

Thumbnail of post image 150

インストール

ダウンロード | OBS (obsproject.com)

無料で使えてウォーターマークもなく無駄なロゴもついてこないので便利に使えます

使い方

ソースの設定:

指定したウィンドウの場合

Python

Thumbnail of post image 000

Tcl/Tk

Tcl/Tk は、widget と呼ばれる部品を使って簡単に GUI アプリケーションを作成できますがTkinterはこれを Python で使えるようにしたものです

次のサイトを見ると概要が分かります ...

bat,PowerShell ,windows

Thumbnail of post image 164

Vbスクリプトを使用せずパワーシェルで行う方法です

ファイルダイアログFOR/F "usebackq" %%a IN (`powershell -command "Add-Type -assembl ...

bat,PowerShell ,windows

Thumbnail of post image 168

コードFOR/F "usebackq" %%a IN (`powershell -command " $contents = (Get-Content ./c_up_parab.txt ); return $c ...

Python

Thumbnail of post image 183
GitHub – eriklindernoren/PyTorch-GAN: PyTorch implementations of Generative Adversarial Networks.git clone PyTorc ...

Python,windows

Thumbnail of post image 038
対応方法if __name__ == '__main__': freeze_support() ... The "freeze_support()" line can be omitted if the ...