All Projects → tonquer → Picacg Windows

tonquer / Picacg Windows

Licence: lgpl-3.0
哔咔漫画window客户端,界面使用PySide2,已实现分类、搜索、收藏夹、下载、在线观看、waifu2x等功能。

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Picacg Windows

Scihubeva
A Cross Platform Sci-Hub GUI Application
Stars: ✭ 683 (+1851.43%)
Mutual labels:  pyqt5, pyqt, pyside
Stackoverflow
my answers in Stack Overflow
Stars: ✭ 211 (+502.86%)
Mutual labels:  pyqt5, pyqt, pyside
PyQtDarkTheme
A flat dark theme for PySide and PyQt.
Stars: ✭ 50 (+42.86%)
Mutual labels:  pyqt5, pyside, pyqt
QtPyConvert
An automatic Python Qt binding transpiler to the Qt.py abstraction layer.
Stars: ✭ 66 (+88.57%)
Mutual labels:  pyqt5, pyside, pyqt
Cleanmywechat
自动删除 PC 端微信缓存数据,包括从所有聊天中自动下载的大量文件、视频、图片等数据内容,解放你的空间。
Stars: ✭ 816 (+2231.43%)
Mutual labels:  pyqt5, pyqt
modern-login
A simple login form built with PyQt 5
Stars: ✭ 35 (+0%)
Mutual labels:  pyqt5, pyqt
PyQt practice
通过可直接运行的代码示例讲解 PyQt 5 常用基础控件。附学习资源、demo分享。
Stars: ✭ 285 (+714.29%)
Mutual labels:  pyqt5, pyqt
QtExamples
Translations of the official Qt examples into PyQt5 (also PySide2) and more.
Stars: ✭ 39 (+11.43%)
Mutual labels:  pyqt5, pyqt
Grabber
A wrapper for Youtube-dl for Windows.
Stars: ✭ 22 (-37.14%)
Mutual labels:  pyqt5, pyqt
pyqt-resources
Tips and code snippets for PyQt developers
Stars: ✭ 26 (-25.71%)
Mutual labels:  pyqt5, pyqt
Hidpytoy
A GUI app for playing with HID devices, written in Python
Stars: ✭ 25 (-28.57%)
Mutual labels:  pyqt5, pyqt
IPRadar2
Real-time detection and defense against malicious network activity and policy violations (exploits, port-scanners, advertising, telemetry, state surveillance, etc.)
Stars: ✭ 20 (-42.86%)
Mutual labels:  pyqt5, pyqt
venvipy
A GUI for managing Python virtual environments
Stars: ✭ 24 (-31.43%)
Mutual labels:  pyqt5, pyqt
qt-tile-layout
A tile layout for PyQt5
Stars: ✭ 18 (-48.57%)
Mutual labels:  pyqt5, pyqt
Pyqt
PyQt Examples(PyQt各种测试和例子) PyQt4 PyQt5
Stars: ✭ 3,783 (+10708.57%)
Mutual labels:  pyqt5, pyside
algobot
Cryptocurrency trading bot with a graphical user interface with support for simulations, backtests, optimizations, and running live bots.
Stars: ✭ 776 (+2117.14%)
Mutual labels:  pyqt5, pyqt
15 Minute Apps
15 minute (small) desktop apps built with PyQt
Stars: ✭ 3,086 (+8717.14%)
Mutual labels:  pyqt5, pyqt
Qt Python Binding Examples
Lots of simple and Pythonic PySide demos
Stars: ✭ 312 (+791.43%)
Mutual labels:  pyqt5, pyside
pdfdir
PDF导航(大纲/目录)添加工具
Stars: ✭ 195 (+457.14%)
Mutual labels:  pyqt5, pyqt
VaspStudio
An useful tool to submit your VASP job on HPC, manage your jobs and extract eneries...自动化VASP任务提交、计算结果提取,任务文件管理的工具
Stars: ✭ 63 (+80%)
Mutual labels:  pyqt5, pyqt

picacg-windows

  • 哔咔漫画window客户端,界面使用PySide2,已实现分类、搜索、收藏夹、下载、在线观看等功能。
  • 该项目仅供技术研究使用,请勿用于其他用途。

功能介绍

  1. 登陆分流,还原安卓端的三个分流入口 image
  2. 分类,搜索,排行,收藏夹使用同一的逻辑,滚轮下滑自动加载下一页,双击打开
  3. 漫画详情,章节列表和评论列表 image
  4. 下载功能,目前按漫画名和章节建立目录,图片命名按数字递增 image
  5. 看图模式,右键打开关闭工具栏,左右键翻页,上下键移动图片,Alt+滚轮放大缩小,再次点击铺满高度或者铺满宽度可以还原图片
  6. waifu2x功能,可在设置中设置去噪、模型等,尽量使用GPU解码,如果显卡性能较差,建议关闭此功能,下图(关闭/开启效果)。 imageimage

waifu2x功能

  • waifu2x是用来提高图片分辨率和去噪点的功能, ""https://github.com/nagadomi/waifu2x""
  • waifu2x-python,修改了waifu2x-ncnn-vulkan部分功能 "https://github.com/tonquer/waifu2x-ncnn-vulkan-python"
  • 由于bika限制上传图片的大小,所以部分图片(尤其是彩图)放在电脑大屏幕上观看会非常糊,所有通过waifu2x功能让图片在电脑上有更好的观感。
  • waifu2x功能使用的是 ""https://github.com/nihui/waifu2x-ncnn-vulkan"" 改进而来,打包成lib目录下的waifu2x.pyd。
  • waifu2x-ncnn-vulkan有三种模型,cunet:效果最好,不过速度太慢,只在下载时默认是此模型。anime_style_art_rgb:看图模式默认此模型,速度快,效果明显,photo:对比下来貌似最差的?。

如何使用

  1. 下载最新的版本 ""https://github.com/tonquer/picacg-windows/releases""
  2. 解压zip
  3. 打开start.exe
  4. 后续有更新,只需要下载最新版本覆盖原目录即可

如何编译

  1. git clone https://github.com/tonquer/picacg-windows.git
  2. 安装Python3.7.9,pip安装PySide2, requests, Pillow包
  3. 安装pycharm, 打开项目
  4. pycharm运行start.py调试
  5. 可使用pyinstaller -F -w start.py 打包成exe

感谢以下项目

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].