# apt 源设置器 **Repository Path**: gfdgd-xi/apt-source-setter ## Basic Information - **Project Name**: apt 源设置器 - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-05-09 - **Last Updated**: 2023-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # apt 源修改器 #### 介绍 一个基于 Python3 的 PySimpleGUI 构建的 apt 源修改器 使用 Python3 的 PySimpleGUI 构建 (测试平台:UOS 家庭版<内测>) #### 软件架构 apt 和 Python 能在哪运行就可以在哪运行 #### 源码安装教程 1. 安装所需依赖 ``` sudo apt install python3 python3-pip git pip3 install PySimpleGUI ``` 2. 下载本程序 ``` git clone https://gitee.com/gfdgd-xi/apt-source-setter.git ``` 3. 运行本程序 ``` cd apt-source-setter chmod 777 main.py ./main.py ``` #### 使用说明 无 #### 特技 (吹一点) 1、调用了系统命令(apt) 2、…… 3、……