# ZoteroAttachmentsSync **Repository Path**: xushiluo/ZoteroAttachmentsSync ## Basic Information - **Project Name**: ZoteroAttachmentsSync - **Description**: Zotero与坚果云后台同步工具(Windows服务程序),采用Python开发 - **Primary Language**: Python - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ZoteroAttachmentsSync #### 介绍 Zotero与坚果云后台同步工具(Windows服务程序),采用Python开发 软件的功能和目标,请看这里:[Zotero与坚果云采用windows服务后台同步文献附件](https://www.jianshu.com/p/381b9000edef) #### 软件架构 基于Python 3.7、sqlite3和pywin32开发的Windows服务程序,利用pyinstaller打包成exe文件 #### 安装教程 1. 安装Python 3.7 (自带sqlite3) 2. 利用pip安装pywin32和pyinstaller #### 使用说明 1. 直接利用python运行Windows服务程序,请打开命令行窗口,以管理员执行: ``` python ZoteroAttachmentsSync.py install python ZoteroAttachmentsSync.py start Zotero的storage目录 坚果云同步目录 ``` 2. 打包成exe文件执行 > (1)打开命令行窗口,执行:`pyinstaller -F ZoteroAttachmentsSync.py` > (2)打包后会生成build和dist两个文件夹,从命令行进入dist文件夹,执行: ``` ZoteroAttachmentsSync.exe install ZoteroAttachmentsSync.exe start Zotero的storage目录 坚果云同步目录 ```