cross-platform application designed to help users translate and explore words between Sinhala and English languages.
The Sinhala-English Dictionary is a cross-platform application designed to help users translate and explore words between Sinhala and English languages. The application is built with a SQLite database, allowing for efficient storage and retrieval of language data. Additionally, a portable executable is provided for ease of use across various operating systems.
- Cross-Platform Compatibility: Run the application seamlessly on Windows, macOS, and Linux.
- SQLite Database: Utilizes a robust SQLite database for efficient word storage and retrieval.
- Portable Executable: A standalone executable file for convenient use on different platforms.
- Go Lang
- install Go
- go run akuru.go
Just run go file or create executable file and run.
# Example command or code snippet
$ go run akuru.go
# portable executable
$go build akuru.go