> For the complete documentation index, see [llms.txt](https://littlepanda.gitbook.io/project-event/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://littlepanda.gitbook.io/project-event/master.md).

# 了解Project Event

这是一款由我个人开发的PC软件，它能够在你的PC触发某些事件时自动执行设定的一系列操作。就像iOS的自动化快捷指令一样。比如，在你启动电脑时，通过通知栏（Windows10版本才支持通知栏）显示今天的天气信息、在你连接上蓝牙耳机时提醒你......等等。

发挥你的想象，通过事件和操作的搭配就可以创造出各种实用、好玩的Project。

## 使用难度/学习成本?

你可能需要了解一些编程知识才能够熟练使用Project Event，因为软件会有一些编程中使用的操作或术语。

比如：

判断（if）、正则表达式、http请求、循环、变量...
