# Speller Speller is a Rust-based command-line application that helps users spell words using the phonetic alphabet of different languages. ## Features - Spell words using the phonetic alphabet. - Support for multiple languages through a configurable TOML file. - Easy to use command-line interface. ## Installation ### Pre-built binaries You can install and use Speller through `cargo` by running the following command: ```sh cargo install speller ``` ### Development To install Speller, you need to have Rust and Cargo installed on your machine. Follow these steps: 1. Clone the repository to your local machine: ```sh git clone https://github.com/francescofarina/speller.git ``` 2. Change to the project directory: ```sh cd speller ``` 3. Build the project: ```sh cargo build ``` 4. Run the project: ```sh cargo run ``` ## Usage Upon starting the application, you will be prompted to enter a word to spell. Type the word and press Enter. The application will then display the phonetic spelling of the word in the configured language. You can change the language or exit the application by using the special commands `\l` and `\q`, respectively. ## License This project is licensed under either of MIT license or Apache License, Version 2.0, at your option. ## Contributing Contributions are welcome! Please feel free to submit pull requests or open issues.