Skip to content

flask app to display folder, subfolders and html reports in them.

License

Notifications You must be signed in to change notification settings

MrAmbiG/folderview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

folderview

flask app to display folder, subfolders and files.
alt text

Installation

  • Make sure you have python 3.x available
  • create a virtual environment [optional]
  • pip install -r requirements.txt

Usage

  • update the parent directory in app.py as ppath="replace_me" before running the server, it is set to ppath = "/" by default.
  • python app.py
  • go to http://127.0.0.1:5000/

other modifications

  • to run it on a custom port set the environment variable

About

flask app to display folder, subfolders and html reports in them.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages