CnUniversityMap is a Python package that provides a simple University class to store and manage university information.
You can download the latest version of the University package from PyPI:
pip install cnuniversitymap
Alternatively, you can get the source code from GitHub:
git clone https://github.com/robot-2233/cnuni.git
If you have any questions or feedback, please contact me through the following methods:
- email: frundles@qq.com
- wechat: zgndshkwxh
Here are some basic examples using the University package:
print(university.cn_name) # output: 北京大学
print(university.en_name) # output: Beijing University
print(university.code) # output: 4111010001
print(universities_dict.get('清华大学'))