- Write a message in the message.txt file
- example (Hello world!)
- After writing a message, go to you terminal and enter the following commands
- ( ruby ./lib/night_writer.rb message.txt braille.txt )
- If you've entered the command correctly, a message will appear in your terminal letting you know braille.txt has been created containing its total amount of characters!
- Open the newly created file braille.txt and see your message translated to braille!
- If you'd like to see your braille translated back to english, copy and paste the content from braille.txt into the message.txt file.
- Enter the following commands into the terminal
- (ruby ./lib/night_reader.rb braille.txt original_message.txt)
- If you've entered the command correctly, a message will appear in your terminal letting you know original_message.txt has been created containing its total amount of characters!
- Open the newly created file original_message.txt and see your message translated from braille back into english!
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|