file_api/readme_en.md
2025-05-23 20:41:40 +08:00

1.2 KiB

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