Skip to content

turn a Windows batch file into a Flask webapp that runs on a Linux server

Notifications You must be signed in to change notification settings

tassaron/bat2web

Repository files navigation

bat2web

Ever wanted to turn a Windows batch file into a webapp running on a Linux server? Now you can.

Requirements

Backstory

When I was 16 I used to write text adventure games using batch files. See the Batchfile.py readme for more information. I wrote Batchfile.py so I could play my old batch file games without Windows, and turning that into a website seemed like a fun extension of the idea.