Time Words is an Apple Watch and iPhone application that tells the time in words, rounding to the nearest five minutes, with a human touch that indicates if it is just past or almost the time. It supports four languages: English, Spanish, Japanese, and Catalan.
SingleLineSizedText
& ThreeLineSizedText
).git clone https://github.com/your-username/TimeWords.git
cd TimeWords
open TimeWords.xcodeproj
com.yourcompany.timewords
).TimeWords-iOS
scheme, build (βB), and run (βR).TimeWords-WatchApp
scheme with a paired Watch & iPhone simulator/device.TimeWords/
βββ Shared/
β βββ TimeFormatter.swift # Core logic: convert Date β spoken time
βββ TimeWordsApp/ # iOS App & WidgetKit Extension
β βββ TimeWordsApp.swift # Main SwiftUI app entry
β βββ Widgets/ # Widget Extension
β βββ TimeWordsWidget.swift
β βββ Supporting filesβ¦
βββ TimeWordsWatchApp/ # watchOS standalone App & Complications
β βββ ContentView.swift # Watch App UI
β βββ ComplicationProvider.swift
βββ LICENSE # MIT License
βββ README.md # This file
Contributions, issues, and feature requests are welcome!
git checkout -b feature/YourFeature
.git commit -m 'Add some feature'
.git push origin feature/YourFeature
.Distributed under the MIT License. See LICENSE for details.
Time told beautifully is priceless.