Files
datecalc/README.md

25 lines
891 B
Markdown

# Elpatron's Date Calculator
A modern Python web application (Flask) that enables various date calculations through a clear, accessible web interface. Features include calculating days between dates, working days with state-specific holidays, calendar weeks, date arithmetic, and more. The application supports German and English languages, includes a REST API, and is designed with accessibility in mind.
## Documentation
- **[English Documentation](README_en.md)** - Complete documentation in English
- **[Deutsche Dokumentation](README_de.md)** - Vollständige Dokumentation auf Deutsch
## Quick Start
```bash
pip install -r requirements.txt
python app.py
```
Visit [https://date.elpatron.me](https://date.elpatron.me) for the live demo.
## License
This project is licensed under the [MIT License](LICENSE).
---
(c) 2025 [Markus Busche](https://digitalcourage.social/@elpatron)