Linux |
License |
---|---|
ClassMine is an open source software for grabing classes from the CSU Educational administration system.It's implemented based on Python.This program was originally developed by myself of which the process learning Internet Crawler.So If you're course of learning the same content and interested in it, you can star it.This system is general enough for your learning Crawler, Python package, Python program and also some Design Pattern.
If you want to contribute to ClassMine, be sure to fork it first and then I will accept the pull request.
- OCR Library -- the following:
- Tesseract
- Python -- the following:
- CPython == 3.5
- Pytest
Make sure to type in the commands below for dependency
sudo apt-get install tesseract-ocr
pip install -r requirements
Make sure that your computer has installed Python 3.5. Then type the commands below.
git clone https://github.com/ltaoj/ClassMine.git
cd ClassMine
python setup.py install
Then you should be able to use the software
The source code in this repository is governed by the MIT license agreement, which is contained in LICENSE.md, adjacent to this file.