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
- Python
- Flask
- Requests
- Tailwind CSS
# install flask
pip install flask
# install requests
pip install requests
# run main.py
python3 main.py