Skip to content

A desktop application that can build a class schedule for Wayne State students.

Notifications You must be signed in to change notification settings

WSU-4110/ScheduleWorks

Repository files navigation

ScheduleWorks

A desktop application that can build a class schedule using your WSU DegreeWorks account.

Installation

  1. Download the repository into C:\Program Files\ using admin. (unzip if you need to)
  2. Right click the ScheduleWorks folder and select properties.
  3. Click on security.
  4. Click Edit.
  5. Enable Full Access for users and click apply.
  6. Run ScheduleWorks.exe and enjoy!

Contributors

  1. Mazen Mirza
  2. Aafnan Mahmood
  3. Mizanul Haque
  4. Faizan Bhatti
  5. Christopher Forkin

Requirements

Installation can be either through a terminal or by directly downloading the required software

Direct Installations


Python 3.10

Google Chrome

Java

JavaFX

Command Prompt (Windows)


Google Chrome

$Path = $env:TEMP; $Installer = "chrome_installer.exe"; Invoke-WebRequest "http://dl.google.com/chrome/install/375.126/chrome_installer.exe" -OutFile $Path\$Installer;
Start-Process -FilePath $Path\$Installer -Args "/silent /install" -Verb RunAs -Wait; Remove-Item $Path\$Installer

Python

curl https://www.python.org/ftp/python/3.10.9/python-3.10.9-amd64.exe -o python_install.exe;
%CD%\"python_install.exe;"

TO AVOID ISSUES ENSURE THAT YOU SELECT "Add python.exe to PATH"

Libraries


Install the required tools to manually run, use below:

pip install -r requirements.txt