# rpicker **Repository Path**: neo5simple/rpicker ## Basic Information - **Project Name**: rpicker - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2024-02-28 - **Last Updated**: 2024-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rich/Random Picker 随机从抽取题库中简单难度的字符串和数组题目,支持继续随机功能。 ## 基础功能 - 获取力扣题库清单 - 筛选符合要求的题目 id 清单 - 随机滚动 id - 展示题目 id - 响应用户事件:开始、重复、退出... ## 运行 Windows 双击 `runme.bat` 或者使用控制台运行 Python 脚本 ```sh pip install -r requirements.txt python main.py ``` > ps: 需要 Python3 的运行环境 ## 发布 ### v0.3 - 修复快捷键误触缺陷 - 更新获取题库方法和题库缓存文件 ### v0.2 - 新增 局(Round)概念 - 新增 换题技能,支持 冷却 效果 - 新增 挑战历史 看板 - 新增 局结束特效 - 新增 重置局 功能 ## lib - curses: [HowTos][cht] - uni-curses: [github][unic] - keyboard [cht]: https://docs.python.org/zh-cn/3.11/howto/curses.html [unic]: https://github.com/unicurses/unicurses