Back to projects
Oct 03, 2024
1 min read

Koodle - Desktop Moodle REST API Application

A GUI wrapper around a custom Moodle REST API for course content management

Core Features

  • GUI to view all Moodle courses
  • Mark courses as favorites
  • Download or copy URLs for course content
  • Under active development (pre-beta)

Configuration and Usage

  • Update the Moodle instance URL in main.py
  • Run the Python script to open the GUI
  • Explore courses, download files, and manage favorites

Technical Details

  • Built on the same Moodle REST wrapper
  • Python-based with planned cross-platform support

Roadmap

  • Add more course management features
  • Refine the UI and enhance stability