This repository was archived by the owner on Nov 13, 2019. It is now read-only.
File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 10
10
Export the curriculum of NUAA to a ` .ics ` calendar file, in order to import
11
11
class events to other calendars (e.g. Google Calendar).
12
12
13
+ ** Pull Requests Welcome!**
14
+
13
15
## Quick Start
14
16
15
- [ ![ asciicast ] ( https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA.png )] ( https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA )
17
+ [ ![ DEMO ] ( https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA.png )] ( https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA )
16
18
17
19
## Installation
18
20
@@ -40,10 +42,10 @@ $ python setup.py install
40
42
$ nuaaical
41
43
```
42
44
43
- You will get the ` .ics ` file path, you can import it to Google
45
+ The ` .ics ` file path will be shown in the output , you can import it to Google
44
46
Calendar etc.
45
47
46
- ## TroubleShoot
48
+ ## Troubleshoot
47
49
48
50
### Command Not Found
49
51
Original file line number Diff line number Diff line change 1
1
# NUAA iCal Python
2
2
3
- ![ Python Version] ( https://img.shields.io/badge/python-3.6-blue .svg )
3
+ ![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/NUAAiCal .svg )
4
4
[ ![ pypi package] ( https://img.shields.io/pypi/v/NUAAiCal.svg )] ( https://pypi.python.org/pypi/NUAAiCal/ )
5
5
![ PyPI - Status] ( https://img.shields.io/pypi/status/NUAAiCal.svg )
6
6
![ PyPI - License] ( https://img.shields.io/pypi/l/NUAAiCal.svg )
9
9
10
10
将南京航空航天大学的课程表(不含体育、实验等课程)导出成 ` .ics ` 日历格式,以将课程事件导入其他日历软件(如 Google Calendar)。
11
11
12
+ 欢迎贡献代码,提交 ` PR ` !
13
+
12
14
## 快速使用
13
15
14
- [ ![ asciicast ] ( https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA.png )] ( https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA )
16
+ [ ![ DEMO ] ( https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA.png )] ( https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA )
15
17
16
18
## 安装
17
19
You can’t perform that action at this time.
0 commit comments