2025-05-23 20:41:40 +08:00
2025-05-10 00:05:39 +08:00
2025-05-17 21:36:23 +08:00
2025-05-17 19:45:44 +08:00
2025-05-18 11:19:17 +08:00
2025-05-17 19:45:44 +08:00
2025-05-17 21:36:23 +08:00
2025-05-23 20:22:56 +08:00
2025-05-10 23:06:57 +08:00
2025-05-23 20:41:40 +08:00
2025-05-23 20:22:56 +08:00
2025-05-17 21:36:23 +08:00
2025-05-10 23:06:57 +08:00

web file view


中文

A very simple project, developed with python flask, that can be used for temporary web file browsing needs

You can conveniently modify the html template file to customize your page


1. how to using

  • first, This project requires py, the recommended version is 3.12.
  • You'll also need to install some python modules, which you can do with the following command
python -m pip install -r requirements.txt
  • Then run main.py , Under normal circumstances, the project should start successfully

2. Some other things

  • 1 . In addition, you need to do more detailed configuration in config.ini
  • 2 . As for the api system, I'm not going to make a companion app for it yet, because it's probably not as convenient as viewing it directly on the web
  • 3 . Note: Theoretically speaking, this project can only run on the Windows platform

This is my first project and also my first time publishing a project on GitHub.

The project may seem rather poor, but please don't make fun of me for it.


Finally, if you have any suggestions or questions, please contact me.

Thank you

Description
一个非常简单的项目,使用 python flask 开发,可用于临时 Web 文件浏览需求
Readme 107 KiB
Languages
Python 65%
HTML 35%