Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

rsullivan00/transcript-to-latex

Repository files navigation

Transcript to LaTeX pdf converter

This application can be found at www.SCUTranscript.com.

Feel free to give me feedback or feature requests!

Running Locally

Make sure you have Python installed properly. Also, install the Heroku Toolbelt and Virtualenv.

$ git clone github.com/rsullivan00/transcript-to-latex.git
$ cd transcript-to-latex
$ virtualenv --no-site-packages --python=python3 venv
$ source venv/bin/activate
$ pip install -r requirements.txt --allow-all-external
$ foreman start web

Your app should now be running on localhost:5000.

About

Application to convert almost unreadable eCampus transcripts to a LaTeX pdf.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages