/Motivational-WIdget

Primary LanguagePythonMIT LicenseMIT

Motivation Widget

Motivation Widget is a desktop application built using PyQt5 that displays a motivational puppet on your screen. The puppet provides motivational quotes to keep you inspired throughout the day.

Features

  • Display a motivational puppet on the desktop.
  • Show random motivational quotes at regular intervals.
  • Draggable puppet to move it around the screen.
  • Right-click context menu to close the widget.

Screenshots

Motivation Widget Screenshot 1 Motivation Widget Screenshot 2

Prerequisites

  • Python 3.x
  • PyQt5
  • cx_Freeze

Installation

  1. Clone the repository:

    git clone https://github.com/chitresh99/Motivation-Widget.git
  2. Navigate to the project directory:

    cd Motivation-Widget
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. Run the application:

    python main.py
  2. The Motivation Widget will appear on your desktop.

  3. Click the "Start" button to display motivational quotes.

  4. Drag the widget to move it around the screen.

  5. Right-click on the widget to access the context menu and close the widget.

Contributing

Contributions are welcome! Please read the CONTRIBUTING.md file for guidelines.

License

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