Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.04 KB

File metadata and controls

39 lines (26 loc) · 1.04 KB

DevHUD - Cross-Platform Developer's Heads-Up Display

A lightweight, cross-platform desktop application that displays system information and productivity tools on your desktop wallpaper, similar to Rainmeter.

Features

  • Desktop Integration: Displays on wallpaper without interfering with normal window usage
  • System Stats: Real-time CPU, RAM, GPU monitoring
  • Clipboard History: Track and manage recent clipboard entries
  • Focus Timer: Pomodoro-style productivity timer
  • Modern UI: Cyber-themed interface with neon accents
  • Music player: Allows user to seamlessly

image

Installation

  1. Ensure you have Python 3.8+ installed
  2. Clone this repository
  3. Install dependencies:
pip install -r requirements.txt

Usage

Run the application:

python src/main.py

Development

This project uses PyQt5 for the UI framework and follows a modular architecture for easy extension.

License

MIT License