• Stars
    star
    638
  • Rank 68,922 (Top 2 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created over 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🎬 基于Pyqt5的简单电影搜索工具

MovieHeavens

基于Pyqt5的电影天堂电影搜索工具,为了避免找电影期间的各种广告,以及各种页面跳转

使用

命令行下

pip install -r requirements.txt
python3 movies.py

打包

Linux下

sudo apt-get install python3-pip
pip3 install pyinstaller
bash build.sh

Windows下

# only python3 is supported
pip install pyinstaller
# -w 不能省略,不然会运行过程中会控制台界面
pyinstaller -F -w ./movies.py ./movieSource/MovieHeaven.py ./movieSource/fake_user_agent.py

然后会在当前文件夹生成俩个目录,其中dist目录有个可执行的程序

常见问题

打包之后不能正常执行,尝试将打包参数 -w 移除,然后在命令行下启动程序,看一下控制台输出错误信息

ModuleNotFoundError: No module named 'PyQt5.sip'

解决办法

使用下述命令打包

pyinstaller -F -w ./movies.py ./movieSource/MovieHeaven.py ./movieSource/fake_user_agent.py --hidden-import PyQt5.sip 

More Repositories

1

RSSAid

RSSAid is a complementary app for RSSHub built with Flutter | RSSAid 是一个由 Flutter 构建的 RSSHub 的辅助 App
Dart
910
star
2

KindleHelper

kindle助手,kindle最好的伙伴
Python
418
star
3

peach-blog

🍑 a blog based on flask
Python
58
star
4

pure

a blog based on github discussion
Go
49
star
5

package-qqbot

饿了么,美团最大红包机器人
Python
44
star
6

discord-robots

make gemini and bing create work on the discord
Python
19
star
7

kindle-download

kindle 电子书下载
Go
19
star
8

Wechat-Jump-Helper-List

Wechat-Jump-Helper-List
19
star
9

dingding-rssbot

dingding rssbot
Python
17
star
10

battery

Swift
14
star
11

geekhub

Geekhub app build by flutter
Dart
11
star
12

download_zhihu_video

🎥下载知乎视频
Python
7
star
13

GeekHub-App

GeekHub macOS statusBar App
Python
7
star
14

WordsOut

dictionary exporter
Python
6
star
15

Import2Omnivore

This is a tools using Omnivore GQL Api endpoint to initiate a bulk import of data into Omnivore.
Python
4
star
16

electron-searchMovies

A simple opensource search movies app by electron
JavaScript
4
star
17

ExcelToForm

通过Excel配置实现Web的表单自动生成(PHP)
CSS
4
star
18

movie-searcher

make search movies more easily
Python
3
star
19

timeliner

时间轴插件
JavaScript
2
star
20

leetaogoooo.github.io

🖋写写代码,谈谈风月
HTML
2
star
21

RentHouse

基于SSH的简单实践-房屋租赁系统
Java
2
star
22

desktop_clipboard

A flutter plugin which could write images to clipboard
C++
1
star
23

wallpaper

Get or set the desktop wallpaper by python
Python
1
star
24

anime-download

download anime on command
Go
1
star
25

tldts

tldts is a Dart library to extract hostnames, domains, public suffixes, top-level domains and subdomains from URLs
Dart
1
star