Giter Club home page Giter Club logo

remind's Introduction

tips

  • pyinstaller -w -F ./main.pyw -p <virtual_env_dir_path> // 打包命令 -p 指定虚拟环境的文件夹路径
  • python==3.10.6 pyinstaller==5.10.1

info

  • 在window上运行的用于提醒的小程序

issue

  • *.pyw 不显示占用的终端
  • windows taskschd.msc 定时任务计划
    • 只在用户登录时运行 才或有图形界面,否则会堵塞
    • 操作选项 起始于 默认为c:\windows\system32 即应用程序在 指定目录下运行,python的相对路径都起始于它

tasks structure

[
  {
    "cron": "20 21 * * *",
    "type": "success",
    "title": "提醒",
    "content": "一切有解,是否愿解?"
  }
]

remind's People

Contributors

yingzi2019 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.