---
name: Course
slug: course
category: Writing
description: Course displays python-office usage tutorials, group info, source links, and related resources in the terminal. Use it when someone asks for python-office introduction, help, or course information.
github: "https://github.com/CoderWanFeng/python-office/tree/develop/skills/tools/course"
language: Python
stars: 1339
forks: 301
install: "npx degit https://github.com/CoderWanFeng/python-office/tree/develop/skills/tools/course ~/.claude/skills/course"
installs_to: ~/.claude/skills/course
source_path: skills/tools/course/SKILL.md
collection_size: 50
category_size: 1012
collection_url: "https://dirskills.com/collections/CoderWanFeng/python-office"
added: 2026-08-12T04:43:11.228Z
last_synced: 2026-08-12T04:43:11.228Z
canonical_url: "https://dirskills.com/skills/course"
---

# Course

Course displays python-office usage tutorials, group info, source links, and related resources in the terminal. Use it when someone asks for python-office introduction, help, or course information.

**Install:**

```bash
npx degit https://github.com/CoderWanFeng/python-office/tree/develop/skills/tools/course ~/.claude/skills/course
```

## README

# course Skill

> 显示 python-office 库的相关信息和资源链接

## 功能描述

在终端中以彩色字体显示 python-office 库的使用教程、群组信息、源码地址等。

## 所属分类

`office/skills/tools/course/`

## 调用方式

```python
from skills.tools import course

course()
```

## 参数说明

无参数。

## 返回值

`None`

## 使用示例

```python
from skills.tools import course
course()
```

## 原始函数

`office.api.tools.course`
