Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ralxyz/zju-fse-helper
Zhejiang University Fundamentals of Software Engineering course helper for reviewing.
https://github.com/ralxyz/zju-fse-helper
Last synced: 4 days ago
JSON representation
Zhejiang University Fundamentals of Software Engineering course helper for reviewing.
- Host: GitHub
- URL: https://github.com/ralxyz/zju-fse-helper
- Owner: RalXYZ
- Created: 2021-05-24T05:59:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T07:52:52.000Z (over 3 years ago)
- Last Synced: 2024-12-19T16:17:37.599Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZJU FSE Course Helper
Zhejiang University *Fundamentals of Software Engineering* course problem library for reviewing.
![Project Screenshot](https://i.loli.net/2021/05/31/bEqvCk8YyLHXiP3.png)
# What can this script do
1. Look up the answer of any problem in the problem library.
2. Quiz on a specific chapter.
3. List all problems in a specific chapter.
4. Shuffle through the entire problem library.# How to use
```shell
python main.py
```# Credit
[Zhang-Each's project](https://github.com/Zhang-Each/CourseNoteOfZJUSE/blob/master/FSE%E8%BD%AF%E4%BB%B6%E5%B7%A5%E7%A8%8B%E5%9F%BA%E7%A1%80/%E5%AE%A2%E8%A7%82%E9%A2%98%E9%A2%98%E5%BA%93/%E8%BD%AF%E5%B7%A5%E5%9F%BA%E5%AE%A2%E8%A7%82%E9%A2%98%E5%BA%93.json)