This repository was archived by the owner on Nov 13, 2019. It is now read-only.
File tree 3 files changed +13
-5
lines changed
3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def main():
19
19
20
20
print ("======== NUAA iCal Python ========" )
21
21
print ("Repo: https://github.com/Triple-Z/NUAA-iCal-Python" )
22
- print ("Please help me star this project if it is useful~" )
22
+ print ("Please help me STAR this project if it is useful~" )
23
23
print ("Pull requests (PR) welcome!" )
24
24
25
25
if settings .DEBUG :
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
+ ## Quick Start
14
+
15
+ [ ![ asciicast] ( https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA.png )] ( https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA )
16
+
13
17
## Installation
14
18
15
19
### PyPI
@@ -39,9 +43,9 @@ $ nuaaical
39
43
You will get the ` .ics ` file path, you can import it to Google
40
44
Calendar etc.
41
45
42
- # TroubleShoot
46
+ ## TroubleShoot
43
47
44
- ## Command Not Found
48
+ ### Command Not Found
45
49
46
50
> nuaaical: command not found
47
51
Original file line number Diff line number Diff line change 9
9
10
10
将南京航空航天大学的课程表(不含体育、实验等课程)导出成 ` .ics ` 日历格式,以将课程事件导入其他日历软件(如 Google Calendar)。
11
11
12
+ ## 快速使用
13
+
14
+ [ ![ asciicast] ( https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA.png )] ( https://asciinema.org/a/HNivm2Ax5PpuUx6e5LwMwxffA )
15
+
12
16
## 安装
13
17
14
18
### PyPI 安装
@@ -37,9 +41,9 @@ $ nuaaical
37
41
38
42
你将会看到课程表日历 ` .ics ` 文件的导出路径, 你可以将其导入至 Google 日历等日历程序。
39
43
40
- # 疑难解答
44
+ ## 疑难解答
41
45
42
- ## 未找到命令
46
+ ### 未找到命令
43
47
44
48
> nuaaical: command not found
45
49
You can’t perform that action at this time.
0 commit comments