Skip to content

ACfunction/luogu-problem-difficulty

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

luogu-problem-difficulty

统计(通过)的洛谷题目的难度。

安装

使用了一些第三方库,你需要先安装他们。

你可以下config.yml文件中修改配置,具体方法其中有中文注释。

进入命令行(如果你已经正确安装了Python3且配置了路径的话),输入

pip install pyyaml
pip install requests
cp config.sample.yml config.yml
python main.py

结果

产生的结果保存在以下文件中:

result/U*****.txt

(默认关闭未完成的HTML的结果生成)

注意

所有被隐藏的题目或尚未评定难度的题目均不会被计算在内

TODO

  1. 完善HTML的结果生成
  2. 添加批量分析的功能,同时避免重复

License

MIT License

About

统计指定账号通过的题目的难度。

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 57.1%
  • CSS 30.9%
  • Python 12.0%