Metadata-Version: 2.4
Name: anika-app
Version: 1.0.1
Summary: A beautiful cross-platform desktop productivity app - To-Do, Calendar & Clock
Author: Aaryan Choudhary
License: MIT
Project-URL: Homepage, https://github.com/aaryanchoudhary/anika
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: Qt
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business :: Scheduling
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: PySide6>=6.4.0
Requires-Dist: pygame>=2.5.0

# Anika

A beautiful cross-platform desktop productivity app combining To-Do, Calendar & Live Clock.

Created with ❤️ by **Aaryan Choudhary** as a personal gift for **Anika**.

---

## ✨ Features

- 📝 **To-Do System**: Create tasks with titles, descriptions, due dates, and times
- 📅 **Calendar Integration**: View and filter tasks by date
- ⏰ **Live Clock**: Always-visible real-time clock with greeting
- 🎨 **Beautiful Backgrounds**: 38 rotating images with smooth transitions
- 💾 **Local Storage**: All data stored locally, no cloud dependency
- 🖥️ **Cross-Platform**: Works on Windows, macOS, and Linux
- 🎂 **Special Birthday Mode**: Run `anika aaryan` for a surprise!

---

## 🚀 Installation

### From PyPI (Recommended)
```bash
pip install anika
```

### Create Desktop Shortcut (Windows)
After installing, run:
```bash
anika-install
```
This will add Anika to your Desktop and Start Menu!

---

## 📖 Usage

### Launch the app:
```bash
anika
```

### Special birthday command:
```bash
anika aaryan
```

---

## 🗑️ Uninstall

### Remove desktop shortcuts:
```bash
anika-uninstall
```

### Uninstall the package:
```bash
pip uninstall anika
```

---

## 💻 System Requirements

- Python 3.8 or higher
- Windows 10+, macOS 10.14+, or Ubuntu 20.04+

---

## 🎁 Commands Summary

| Command               | Description                 |
| --------------------- | --------------------------- |
| `pip install anika`   | Install the app             |
| `anika`               | Launch productivity app     |
| `anika aaryan`        | Birthday celebration mode 🎂 |
| `anika-install`       | Add to Desktop & Start Menu |
| `anika-uninstall`     | Remove shortcuts            |
| `pip uninstall anika` | Completely uninstall        |

---

Made with ❤️ for Anika
