Skip to content

korita1995/PyPaperSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPaperSearch

ウィンドウ内アイコン表示のため、app.icoを実行ファイルと同じフォルダに入れてください

Python開発環境(Rye)

rye init PyPaperSearch
cd PyPaperSearch
rye pin 3.10.13
rye add requests PyQt5 feedparser python-Levenshtein pyinstaller
rye sync
.\.venv\Scripts\activate

実行ファイルの作成方法(exeファイルなど)

pyinstaller main.py --onefile --noconsole --icon=app.ico
Windows, Mac, Linuxでコマンドは共通(実行ファイルの拡張子が違う)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages