文件名称:AppWishList:基于Pythonista的苹果AppStore的愿望单系统
文件大小:2.54MB
文件格式:ZIP
更新时间:2024-06-15 03:17:50
Python
AppWishList ————基于Pythonista的苹果AppStore愿望单系统。 copyright :copyright: siriyang 快速安装 直接在控制台输入以下命令运行或者创建一个新.py文件然后粘贴该命令运行。使用命令运行将会默认安装在根目录,即“This iPad/iPhone”目录下,安装好之后你可以再挪动文件夹位置。 import requests as r;exec(r.get('http://img.siriyang.cn/source/AppWishList/installer.py').content) 快速开始 将当前文件夹下的ExtAddApp.py添加到Share Extention Shortcuts中,然后在浏览App Store的时候看见喜欢的应用时,点击分享按钮,然后选择Run Pythonista Script,在列表中选择运行之前添加的脚本就行了。
【文件预览】:
AppWishList-master
----core()
--------ConfigModel.py(1KB)
--------ConfigController.py(1KB)
--------ConfigService.py(4KB)
--------PriceController.py(4KB)
--------AppService.py(10KB)
--------PriceService.py(2KB)
--------AppController.py(6KB)
--------__init__.py(136B)
--------AppModel.py(3KB)
--------PriceModel.py(1KB)
----UI()
--------CategoryView.py(4KB)
--------PriceLabel.py(2KB)
--------MainWindow.py(5KB)
--------AppDetailView.py(22KB)
--------SteamPriceLabel.py(2KB)
--------PricePlotView.py(7KB)
--------WishListView.py(5KB)
--------SettingView.py(15KB)
--------__init__.py(90B)
--------DividingLineLabel.py(610B)
--------TextFileView.py(912B)
--------AlertView.py(2KB)
--------UpdateDataView.py(2KB)
--------AppsTableView.py(8KB)
----tools()
--------CutImage.py(302B)
--------Logger.py(3KB)
--------Result.py(2KB)
--------Notification.py(649B)
--------__init__.py(91B)
--------DownLoadImage.py(509B)
--------ImgProcess.py(1KB)
--------sql()
--------GetJson.py(888B)
--------StringProcess.py(223B)
--------CheckInternet.py(293B)
----data()
--------UI()
--------database.db(20KB)
----archive()
--------AppWishList_v1-2-1.zip(520KB)
--------AppWishList_v1-2-2.zip(514KB)
--------AppWishList_v1-2-0.zip(519KB)
--------AppWishList_v1-1-2.zip(519KB)
----UI2()
--------CategoryView.py(4KB)
--------PriceLabel.py(2KB)
--------MainWindow.py(6KB)
--------AppDetailView.py(22KB)
--------SteamPriceLabel.py(4KB)
--------PricePlotView.py(7KB)
--------WishListView.py(5KB)
--------SettingView.py(19KB)
--------__init__.py(150B)
--------DividingLineLabel.py(610B)
--------TextFileView.py(912B)
--------AlertView.py(2KB)
--------UpdateDataView.py(2KB)
--------AppsTableView.py(8KB)
----LICENSE(11KB)
----installer.py(2KB)
----AutoUpdateApp.py(1KB)
----LunchMainWin.py(396B)
----.gitignore(2KB)
----ExtAddApp.py(1KB)
----README.md(3KB)