2 Star 5 Fork 0

henry_oulen / Fishing_Calendar

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

节假日倒数日历

[toc]

日期 版本 内容 作者 备注
2022/02/18 v_0.1 创建 henry_oulen@163.com
2022/02/23 v_0.2 更新 添加了今日热榜和历史上的今天 henry_oulen@163.com
2022/02/23 v_0.3 更新应用,优化界面 henry_oulen@163.com
2024/02/27 v_0.4 更新应用,优化界面,添加自定义倒数日 henry_oulen@163.com

Readme

一、文件介绍 main.py

main.py 是python tornado 版本的倒数日历

可直接执行的python文件

# python main.py
服务已开启...
listen: 127.0.0.1:8889
网页直接调用

log..................
服务已开启...
listen: 127.0.0.1:8889
如果你想要获取今日倒数日日历  请网页访问
http://127.0.0.1:8889/actday/

"""
如果需要修改监听IP和端口请修改
port = 8889
address = "127.0.0.1"
"""

访问示例

http://127.0.0.1:8889/actday/

二、json格式化,时间转化工具

json_tool工具

如何打包成exe文件

pyinstaller -i json_tool.ico -F -w json_tools.py   #打包包括图标

如果需要使用问心一言,需要配置以下配置文件

因为好久没写过这种窗口程序了 有点太Low 多多包涵 望广大程序员提提意见 美化程序 tks!

如何找到我!

wechart and douyin 添加请注明来意

3376c9d556c2dc627cc4563f805586f723c6d7dbb633b1ca689dc2427bd272

MIT License Copyright (c) 2022 henry_oulen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

节假日倒数日 日历 展开 收起
Python
MIT
取消

发行版 (1)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/henryamost/fishing_-calendar.git
git@gitee.com:henryamost/fishing_-calendar.git
henryamost
fishing_-calendar
Fishing_Calendar
master

搜索帮助