【python】简单的flask做页面。一组字母组成的所有单词。这里的输入是一组字母,而输出是所有可能得字母组成的单词列表

目录结构如下:

.

├── static

│ ├── css

│ │ └── styles.css

│ └── js

│ └── scripts.js

├── templates

│ ├── base.html

│ ├── case_converter.html

│ ├── index.html

│ ├── leap_year_checker.html

│ └── word_finder.html

├── app.py

├── tree.py

└── words.txt

https://github.com/kaede316/Pythons_pj.git

效果:

后续可扩展为工具网站:

更新 2025.02.09

1、增加等间距制作人 时间信息

2、增加判断润年的功能

相关推荐
邹霍梁@开源软件GoodERP1 小时前
《手札·数转篇》中小制造企业的信息化升级:MES系统的价值与应用
python·开源·制造
星星点点洲2 小时前
【SpringBoot实现全局API限频】 最佳实践
java·spring boot·后端
华梦岚2 小时前
F#语言的学习路线
开发语言·后端·golang
虾球xz2 小时前
游戏引擎学习第92天
python·学习·游戏引擎
lllsure2 小时前
【快速入门】SpringMVC
java·后端·spring·mvc
AuGuSt_813 小时前
【已解决】lxml.etree.ParserError: Document is empty
爬虫·python
九亿AI算法优化工作室&3 小时前
KOA优化最近邻分类预测matlab
人工智能·python·机器学习·matlab·分类·数据挖掘·回归
程序员东min3 小时前
Python:凯撒密码
python·算法
梅清瑶3 小时前
Powershell语言的数据库编程
开发语言·后端·golang
是十一月末3 小时前
深度学习之神经网络框架搭建及模型优化
人工智能·pytorch·python·深度学习·神经网络