An open API service indexing awesome lists of open source software.

https://github.com/brucewind/remind_someting_on_startup

Remind me to take sign in in company.(ubuntu的一个提醒的脚本,解决每天到公司早上忘记打卡的问题)
https://github.com/brucewind/remind_someting_on_startup

Last synced: about 1 month ago
JSON representation

Remind me to take sign in in company.(ubuntu的一个提醒的脚本,解决每天到公司早上忘记打卡的问题)

Awesome Lists containing this project

README

          

# remind_someting_after_startup

最初,我只是需要一个ubuntu下的一个开机提醒的脚本,解决每天到公司早上忘记打卡的问题。

I made this. 可以通过修改remind.txt文件,来帮助一些linux 用户提醒一些别的事情。

## 使用

1.修改配置提示文本->remind.txt

2.运行python:
```
# 带有GUI的linux版本 可以

python gui_install.py # install
python gui_uninstall.py # install

```
~~非GUI的linux版本?没GUI无法提醒!!!~~

效果:

![](https://github.com/weizongwei5/remind_someting_on_startup/raw/be74e5052300e1e898256ff552753ab6f8d3e70f/remind_on_startup.png)