Skip to content

chnihy/flask_file_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask_file_converter

Flask web app that converts file formats

Currently supports:

  • YAML
  • XML

To install

  1. Clone repo
git clone https://github.com/chnihy/flask_file_converter.git
  1. Cd to repo
cd flask_file_converter
  1. Install requirements
pip install -r requirements.txt
  1. Launch app.py
python3 app.py

If successful, will return this output:

 * Serving Flask app 'app' (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: on
 * Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
 * Restarting with stat
 * Debugger is active!
 * Debugger PIN: 341-274-134
  1. Navigate to http://127.0.0.1:5000/ in your browser

About

Flask web app that converts file formats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published