# 随机出题 for Linux Python **Repository Path**: gfdgd-xi/random-questions-for-linux-python ## Basic Information - **Project Name**: 随机出题 for Linux Python - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-13 - **Last Updated**: 2021-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 程序介绍 使用 Python3 的 tkinter 构造的随机出题器,适用于 Linux 版本:1.1 默认题库(服务器很不稳定):http://gfdgdxi.free.idcfengye.com/random-questions/Question/ 程序下载链接(主页):http://gfdgdxi.free.idcfengye.com/random-questions/ ### 安装教程 Linux(debian)发行版安装方法: 1、安装所需的组件(依赖) ``` sudo apt install python3 python3-pip git wget python3-tk ``` 2、获取程序 ``` git clone https://gitee.com/gfdgd-xi/random-questions-for-linux-python.git ``` 3、给程序运行权限 ``` cd random-questions-for-linux-python chmod 777 main.py ``` 4、运行程序 ``` ./main.py ```