Kyi101 /
chatgpt-screenshot-hotkey
It lets you press a hotkey, ask one question, and send your current screen into the ChatGPT desktop app. Useful when working in visual tools where text-only questions are too vague.
63/100 healthLoading repository data…
py-cr / repository
The ChatGPT desktop application developed by py-cr is an efficient and practical chat software based on Python and PyQt5 technology. It utilizes the intelligent conversation capabilities of the GPT model to provide users with a very natural and fluent chatting experience.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Python超人开发的ChatGPT桌面端是一款基于Python和PyQt5技术开发的高效实用的ChatGPT聊天软件。 它借助GPT模型的智能对话功能,为用户提供了非常自然流畅的聊天体验。 无论是工作中的商务交流,还是生活中的闲聊,ChatGPT桌面端都能满足用户对高效沟通的需求。代码开源,欢迎下载使用!
https://gitcode.net/pythoncr/chatgpt_qt
common 公共库代码
controls UI控件代码
data chatgpt.db 保存聊天数据
db 数据库相关类
docs 文档
images 图片
qm 中文翻译文件
ui UI设计文件,使用设计器(运行ui_designer.py)打开
windows UI窗口代码
# 先安装基础包
pip install -i https://pypi.douban.com/simple/ openai commonmark
pip install -i https://pypi.douban.com/simple/ pyqt5 pyqt5-tools sip pyqt5.sip PyQtWebEngine-Qt5 PyQtWebEngine
chatgpt_main.py
1. 打开菜单 [设置] -> [OpenAI],必须设置 API Key,并进行“测试”,如果测试成功,会返回1+1=2的答案
2. 打开菜单 [聊天] -> [新开聊天],创建一个新的聊天窗口,您就可以直接和AI进行沟通了。
或者
打开菜单 [聊天] -> [机器人自聊],创建一个新的聊天窗口,您给一个初始话题后,两个AI机器人就会开始对话。
ui_designer.py
本代码仅供学习交流使用,不得用于商业用途。如需引用、传递、分享本代码,请务必注明出处并附上本声明,否则将被视为侵权行为。
本代码仅为作者个人独立创作,未经作者允许,禁止将其用于任何商业用途或用于违反法律法规的行为。
如有任何问题或疑问,请联系作者(pythoncr@126.com)并注明代码来源,感谢您的支持和理解。
本项目的代码和资料来源于多方面的信息和知识,作者已尽力确保其准确性和完整性。然而,由于人为因素或其他不可抗力因素,本项目无法保证其内容的完全准确性和及时性。 使用者应该自行验证和核实其所使用的任何代码和资料,作者不承担任何直接或间接的责任和义务。
本项目的开源代码和资料可能包含来自第三方的知识产权和版权,作者已尽力尊重和保护这些权益。 如果本项目的内容侵犯了任何人的知识产权和版权,请通过 pythoncr@126.com 与作者联系,作者会尽快删除相关内容。
本项目作者拥有对本项目的最终解释权和修改权,作者保留在任何时候修改或终止本项目的权利。
Selected from shared topics, language and repository description—not editorial ratings.
Kyi101 /
It lets you press a hotkey, ask one question, and send your current screen into the ChatGPT desktop app. Useful when working in visual tools where text-only questions are too vague.
63/100 health