Skip to content

Releases: ItsLaurelNotYanny/SimpleReminder

SimpleReminder v0.1.0 - Initial Release

29 Oct 10:51

Choose a tag to compare

SimpleReminder v0.1.0 - Initial Release 🎉

What's New

First public release of SimpleReminder - a smart notification system for monitoring exchange rates.

Features

  • 📊 Real-time exchange rate monitoring for 5 currency pairs
  • 🔔 Cross-platform native notifications (macOS, Linux, Windows)
  • 📈 Dynamic threshold calculation based on historical data (10th/90th percentile)
  • 🔄 Dual API support (Frankfurter API primary, ExchangeRate-API backup)
  • ⚡ Optimized check interval (45 minutes, ~4320 calls/month)
  • 🛠️ Easy setup with virtual environment and automated scripts

Installation

git clone https://github.com/ItsLaurelNotYanny/SimpleReminder.git
cd SimpleReminder
./setup.sh

See README.md for detailed instructions.

Platform Support

  • ✅ macOS (10.14+)
  • ✅ Linux (with notify-send)
  • ✅ Windows (10/11)

Known Limitations

  • Only supports exchange rate monitoring (stocks and crypto coming in future releases)
  • Requires manual monthly threshold updates

Coming Soon

  • 📈 Stock price monitoring
  • 💰 Cryptocurrency alerts
  • 📊 Historical data visualization
  • 🔔 Email/SMS notification options

Requirements

  • Python 3.6+
  • Internet connection

Contributing

Feedback, bug reports, and pull requests are welcome!


Note: This is an early release (v0.x.x). While the core features are functional and tested, the API and configuration may change in future versions.