Determine which college courses at The University of Texas at Austin you can receive credit for based on your standardized test performance.
We currently support:
Python 3.5 is the only major prerequisite for the project. The rest of the dependencies can be installed via setup.sh.
Because we're working with a virtual environment, make sure to perform source venv/bin/activate before running any of the Python files.
public contains the static website that is deployed to the gh-pages branch to be hosted on https://utexasdev.github.io/scores.
Contributions to this repository are always welcome – from those that have a lot to no experience at all!
- Non-programmers: Take a look at the current website at https://utexasdev.github.io/scores. If there are problems with the website or features that should be implemented, file an issue on the issues page.
- Programmers: Get started by sifting through the issues on the issues page.
- Issues with the tag
bugsare problems with the application; these can probably be fixed easily. - Issues with the tag
enhancementswill require a more in-depth analysis of the project and a lot of coding, testing, and refactoring. - Pull requests should be submitted to the
developbranch. PRs must pass the Travis CI and Codecov test in order to be merged. Thedevelopbranch will be merged with themasterbranch every week.
- Issues with the tag