MCPcopy Index your code
hub / github.com/LeetaoGoooo/MovieHeavens

github.com/LeetaoGoooo/MovieHeavens @v1.0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.1 ↗ · + Follow
31 symbols 88 edges 3 files 7 documented · 23%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

MovieHeavens

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

使用

命令行下

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目录有个可执行的程序

交流

Core symbols most depended-on inside this repo

init_widgets
called by 1
movies.py
init_layout
called by 1
movies.py
init_event
called by 1
movies.py
critical
called by 1
movies.py
slot_information
called by 1
movies.py
render
called by 1
movies.py
get_select_movie_source
called by 1
movies.py
useragent_random
called by 1
movieSource/fake_user_agent.py

Shape

Method 26
Class 4
Function 1

Languages

Python100%

Modules by API surface

movies.py18 symbols
movieSource/MovieHeaven.py12 symbols
movieSource/fake_user_agent.py1 symbols

For agents

$ claude mcp add MovieHeavens \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page