1 Star 0 Fork 0

李政毅 / TimeManager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.py 898 Bytes
一键复制 编辑 原始数据 按行查看 历史
World-Technology 提交于 2023-07-14 11:42 . add old files
"""
==========================================
-------------- Time Manager --------------
==========================================
Version: 1.0.0
Copyright: Copyright© World-Technology Inc.
Introduction:
This software is from the World Technology HappyStudy Series.
The fundamental reason for designing this software is to provide
a time planning program for all primary and secondary school
students and users, using functions such as one key lock, four
quadrant classification, to-do reminders, and instant notes to
achieve strict time management.
"""
import os as _os
import sys as _sys
import logging as _logging
__version__ = '1.0.0'
__path__ = _os.path.dirname(__file__)
_program_paths = _sys.path
_system_paths = _os.environ
_logging.basicConfig(
filename=_os.path.join(__path__, 'TimeMgr.log'),
level=_logging.DEBUG,
format="[%(levelname)s]-%(asctime)s : %(message)s",
)
Python
1
https://gitee.com/lzy-software/time-manager.git
git@gitee.com:lzy-software/time-manager.git
lzy-software
time-manager
TimeManager
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891