Skip to content

Tookmund/Courselister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Courselister

Cypher V

Better Course List for William and Mary to view offered classes.

Utilized SQLite and specifically sql.js to do all database processing client-side. This allows the application to be run from anywhere instead of from a paid cloud service.

Tools

  • Python
    • requests
    • BeautifulSoup4
    • SQLite
  • Javascript
    • sql.js