# entry-creator **Repository Path**: daryl6/entry-creator ## Basic Information - **Project Name**: entry-creator - **Description**: Linux下的简易Desktop文件生成器 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-06 - **Last Updated**: 2021-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # entry-creator 用于快捷创建 `Linux Desktop` 文件,本应用基于 `Python3` 开发,使用 `Qt` 作为图形库。 ## 通过源代码运行 确保你的系统已安装 `pip3` 和 `git` ### 创建 `Python` 虚拟环境 ``` git clone https://github.com/ziqiangxu/entry-creator.git cd entry-creator pipenv install ``` ### 运行此程序 在项目根目录下执行 ``` pipenv shell python main.py ``` ## 通过二进制程序运行 前往 [`Release` 页面下载](https://github.com/ziqiangxu/entry-creator/releases)