【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、增加判断润年的功能

相关推荐
XMYX-029 分钟前
Spring Boot + Prometheus 实现应用监控(基于 Actuator 和 Micrometer)
spring boot·后端·prometheus
风逸hhh1 小时前
python打卡day46@浙大疏锦行
开发语言·python
火兮明兮1 小时前
Python训练第四十三天
开发语言·python
@yanyu6662 小时前
springboot实现查询学生
java·spring boot·后端
互联网杂货铺3 小时前
完美搭建appium自动化环境
自动化测试·软件测试·python·测试工具·职场和发展·appium·测试用例
酷爱码3 小时前
Spring Boot项目中JSON解析库的深度解析与应用实践
spring boot·后端·json
Gyoku Mint3 小时前
机器学习×第二卷:概念下篇——她不再只是模仿,而是开始决定怎么靠近你
人工智能·python·算法·机器学习·pandas·ai编程·matplotlib
莱茵菜苗3 小时前
Python打卡训练营day46——2025.06.06
开发语言·python
AI小智3 小时前
Google刀刃向内,开源“深度研究Agent”:Gemini 2.5 + LangGraph 打造搜索终结者!
后端
爱学习的小道长3 小时前
Python 构建法律DeepSeek RAG
开发语言·python