/fcu-course-search

逢甲大學課程檢索系統, FCU Course Search, course selection application for FCU students.

Primary LanguageJavaScript

CleanShot 2023-08-25 at 13 05 30@2x

FCU Course Search

A website where FCU students can check the balance and follow the progress of their courses.

Retrieve course information from the Feng Chia University Course Search System

Technologies

  • Python
  • Flask
  • Requests
  • Tailwind CSS

Setup Project

# install flask
pip install flask

# install requests
pip install requests

# run main.py
python3 main.py