Skip to content

Releases: bingcube/DUOS

vBeta-0.0.1

17 Aug 03:39
b04369f
Compare
Choose a tag to compare

Duolingo macOS Style GUI - Update 1

Overview

Welcome to the first update of the Duolingo macOS Style GUI! This update introduces a refined user interface for Duolingo, designed to provide a seamless and visually appealing experience. The update includes three main components:

  1. duos-gui-installer.js - The installer for setting up the GUI.
  2. duos-main-gui.js - The core GUI for interacting with Duolingo.
  3. duos-store.js - The store for downloading scripts and additional GUI components.

Installation

To install and use the updated Duolingo macOS Style GUI, follow these steps:

1. Install Tampermonkey

Make sure you have Tampermonkey installed in your browser. You can download it from Tampermonkey's official website.

2. Add Scripts to Tampermonkey

  1. Open Tampermonkey dashboard.

  2. Click on the + button to create a new script.

  3. Copy and paste the code for each of the following scripts into separate new script files:

    • duos-gui-installer.js: This script handles the installation and setup of the GUI. It will guide you through the process of setting up the new interface.
    • duos-main-gui.js: This is the main GUI script that will be used for the primary interaction with the Duolingo platform.
    • duos-store.js: This script provides the functionality to download and manage additional scripts and GUI components from the store.
  4. Save each script and make sure they are enabled.

Update Details

duos-gui-installer.js

This script is responsible for installing and setting up the macOS Style GUI. It ensures that all necessary components are properly configured and ready for use.

duos-main-gui.js

The core GUI script provides the primary interface for interacting with Duolingo. It mimics the macOS style to offer a sleek and familiar experience.

duos-store.js

The store script allows users to access and download additional scripts and GUI enhancements. It acts as a central hub for managing these components.

Support

For any issues or questions, please reach out to the community or consult the documentation provided in each script.

License

This project is licensed under the MIT License. See the LICENSE file for more details.


Enjoy the new macOS Style GUI for Duolingo! Feel free to contribute and provide feedback.