Logo Lanfrica

Bulchaa/modern-ethiopian-calendar

Domain:

natural language processing

Record type:

software
Creator:
Bul
Host:
The Modern Calendar System is a comprehensive, multi-language calendar solution that supports various calendar types (Gregorian, Ethiopian, Islamic) with modern, colorful UI across multiple programming languages and frameworks. # 🌍 Modern Multi-Language Calendar System A comprehensive, modern calendar system supporting multiple calendar types with beautiful UI across multiple programming languages and frameworks. ## ✨ Features - 🌍 **Multi-Calendar Support** - Gregorian, Ethiopian (13 months), Islamic calendars - πŸ—£οΈ **Multi-Language** - English, Amharic (αŠ αˆ›αˆ­αŠ›), Afaan Oromo - 🎨 **Modern UI** - Beautiful gradients, animations, responsive design - πŸ’» **Multi-Platform** - HTML/JS, React, Next.js, Python, PHP implementations - πŸ“± **Responsive** - Works on desktop, tablet, and mobile - πŸ”§ **Easy Integration** - Simple APIs and comprehensive documentation ## πŸš€ Quick Start ### HTML/JavaScript ```html const calendar = new ModernCalendar('#calendar', { calendar: 'ethiopian', language: 'am', theme: 'modern' }); ``` ### React ```jsx import ModernCalendar from './components/ModernCalendar'; function App() { return ( ); } ``` ### Python ```python from modern_calendar import ModernCalendar calendar = ModernCalendar('ethiopian', 'am') today = calendar.today() print(calendar.format_date(today)) ``` ### PHP ```php formatDate($calendar->today()); ?> ``` ## πŸ“¦ Installation ### Clone Repository ```bash git clone github.com cd modern-ethiopian-calendar ``` ### NPM (Coming Soon) ```bash npm install modern-calendar-system ``` ### CDN (Coming Soon) ```html ``` ## 🌍 Supported Calendars ### Gregorian Calendar Standard international calendar with 12 months ### Ethiopian Calendar - 13 months (12 months of 30 days + Pagume) - Pagume has 5 days (6 in leap years) - 7-8 years behind Gregorian calendar ### Islamic Calendar Lunar-based calendar with 12 months of alternating 29-30 days ## πŸ—£οΈ Supported Languages - **English** - Full English support - **Amharic (αŠ αˆ›αˆ­αŠ›)** - Ethiopian language - **Afaan Oromo** - Oromo language ## 🎨 Themes - **Modern** - Default gradient theme - **Dark** - Dark mode theme - **Green** - Nature-inspired theme - **Purple** …