Skip to content

Simple GUI to enable CSV data file uploads to ODK Central. Built on Python Flask and runs on a local server

thecartercenter/odkuploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

odkuploader

Simple GUI to enable CSV data file uploads to ODK Central. Built on Python Flask and runs on a local server

To execute on the command line:

  1. Clone this repository and move into the file directory, i.e., > cd odkuploader
  2. Create a virtual environment and run it: python3 -m venv venv && venv\Scripts\activate.bat (if Terminal on Mac: replace venv\Scripts\activate.bat with source venv/bin/activate)
  3. Install the requirements from the requirments.txt file: pip install -r requirements.txt
  4. Run the app file from the command line: python app.py
  5. Go to http://localhost:5000

About

Simple GUI to enable CSV data file uploads to ODK Central. Built on Python Flask and runs on a local server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published