Skip to content

サイトを監視するPythonアプリケーション開発を行っています。

Notifications You must be signed in to change notification settings

NazuNazuzu/Monitoring-TooL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tkinterを使ったサイト監視ツール

インストール

pip install -r install.txt

前提環境

python v3.9+

exe化コマンド

pyinstaller

.specファイルを利用して詳細設定込みでexe化 ※別途pyinstallerのインストール、ビルドツールの設定が必要

pyinstaller App.spec

nuitka

pyinstallerのビルドに問題があった場合はこっちで試す ※別途nuitkaのインストールが必要

nuitka --standalone --windows-disable-console --enable-plugin=tk-inter --include-package-data=cssutils --include-package-data=selenium Application.py

About

サイトを監視するPythonアプリケーション開発を行っています。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages