fcu-course-search
fcu-course-search copied to clipboard
逢甲大學課程檢索系統, FCU Course Search, course selection application for FCU students.
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