A minimal, always-on desktop widget that delivers real-time quotes — designed to blend into your workflow, not interrupt it.
-Bottom right corner
-Always visible
-Never distracting
Live Quotes is a lightweight desktop widget that sits quietly in the corner of your screen and refreshes quotes every few seconds.
No popups.
No distractions.
Just clean, ambient motivation while you work.
Most apps compete for attention.
This one stays out of your way.
- No UI clutter
- No notifications
- No interaction needed
It simply exists — like background music, but for your mind.
Live Quote Streaming
Fetches fresh quotes from ZenQuotes API
Offline Fallback System
Works even without internet
Always-on Ambient Mode
Visible but never intrusive
Ultra Lightweight
Runs silently with minimal resources
Stealth Mode
No taskbar presence, no distractions
Auto Refresh Engine
New quote every 10–15 seconds
Minimal Aesthetic UI
Clean black + subtle typography
Instant Exit
Press ESC anytime
git clone https://github.com/laxdip/live-quotes.git
cd live-quotespip install requestspython app.pypython app.pySimply double-click:
start_quotes.bat
This will automatically launch the widget.
The start_quotes.bat file is a simple Windows script that runs your app.
@echo off
cd /d %~dp0
python app.py
pause@echo off→ hides command output noisecd /d %~dp0→ navigates to project folder automaticallypython app.py→ runs the applicationpause→ keeps window open (useful for debugging)
- One click launch
- No need to open terminal
- Beginner friendly
- Can be added to startup for auto-run
- Press
Win + R - Type:
shell:startup - Paste
start_quotes.batinside
Now the widget starts automatically on boot 🚀
- Python — Core logic
- Tkinter — GUI
- ZenQuotes API — Quote source
- Fetches quote from API
- Displays it in floating window
- Falls back to local quotes if offline
- Refreshes automatically
Runs continuously in the background.
- Custom themes (dark / glass / neon)
- Draggable widget position
- Smart quote categories (dev / mindset / humor)
- Local quote database expansion
- Custom hotkeys
- Smooth animations & transitions
Pull requests are welcome.
If you have ideas to improve, performance, or features feel free to contribute.
If you like this project:
- Star the repo
- Share it
- Build something on top of it
This is not just a widget.
It’s a tiny system running beside your work keeping your mind slightly sharper, every few seconds.
Built by Prasad