Compare commits

..

10 Commits

Author SHA1 Message Date
a11a5f0510 删除 .gitignore 2025-11-25 04:37:15 +00:00
SkimrMe
1399481493 Update README.md 2025-11-25 07:47:31 +08:00
SkimrMe
c88ad2423f Create index.html 2025-11-25 07:28:47 +08:00
501e6af46a new file .gitignore 2025-11-22 01:18:59 +08:00
81df40dece 删除source文件 2025-11-22 00:40:12 +08:00
6bdd97c366 添加requirements.txt 2025-11-21 22:48:09 +08:00
3b6845844f 修改样式 2025-11-21 22:43:18 +08:00
SkimrMe
7039f254e6 Create Download.py 2025-09-26 01:30:40 +08:00
SkimrMe
f1fcd8fcbd Delete source directory 2025-09-26 01:29:24 +08:00
SkimrMe
d4c978c904 Create Download.py 2025-09-26 01:18:32 +08:00
4 changed files with 26 additions and 1 deletions

7
Download.py Normal file
View File

@@ -0,0 +1,7 @@
import jmcomic as jm
print(f'Input jmcomic Car_ID')
car_id = input()
jm.download_album(car_id)

View File

@@ -1,6 +1,7 @@
# jm_download-_python
# jm_download-_python [docs](https://skimrme.github.io/jm_download_python/)
jm_download _python
# 项目思路来源于[JMComic-Crawler-Python](https://github.com/hect0x7/JMComic-Crawler-Python)
其实是就是套壳,哈哈哈哈

1
docs/index.html Normal file
View File

@@ -0,0 +1 @@
test

16
requirements.txt Normal file
View File

@@ -0,0 +1,16 @@
altgraph==0.17.4
certifi==2025.11.12
cffi==2.0.0
commonX==0.6.39
curl_cffi==0.13.0
importlib_metadata==8.7.0
jmcomic==2.6.10
macholib==1.16.3
packaging==25.0
pillow==11.3.0
pycparser==2.23
pycryptodome==3.23.0
pyinstaller==6.16.0
pyinstaller-hooks-contrib==2025.9
PyYAML==6.0.3
zipp==3.23.0