# desktop-reminder **Repository Path**: notfresh/desktop-reminder ## Basic Information - **Project Name**: desktop-reminder - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-24 - **Last Updated**: 2024-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 功能介绍 使用Python写的弹窗,定时提醒我们干什么事。 # 依赖 依赖Tkinter。 Tkinter是Python的标准GUI(图形用户界面)工具包,它提供了创建窗口和小部件的功能,可以用于构建用户友好的图形界面应用程序。 ## 注意事项 - 目前只在windows系统运行良好,在Mac和Linux可能存在依赖问题,可以参考 [no-module-named-tkinter](https://stackoverflow.com/questions/25905540/importerror-no-module-named-tkinter) 尝试解决。 # 使用 ``` git clone https://github.com/notfresh/desktop-reminder cd desktop-reminder pythonw task_tip_hourly.py # pythonw可以后台开启进程运行脚本 ``` # 待完善 加入开机自动运行的功能