The software development has the following roadmap:
- [DONE] The printer should succesfully print a accented string (
latin-1
) after a program command.
- [DONE] The program should read from a
.txt
file - [DONE] The program should format the result from
read
accordingly. - [DONE] The printer should print succesfully the generated string by the program.
- [DONE] The program should read from two folders:
short-stories
andpoems
- [DONE] The program should format each file accordingly.
- [DONE] The printer should print a random text from a single folder after a command.
- [DONE] The printer should print a random text from a single folder after a key press.
- [DONE] The program should read a
bitmap
image. - [DONE] The program should format the image accordingly (Maybe here I'll simplify the process by creating mandatory image pre-formatting rules)
- [DONE] The program should print the image after a command or key press (as it should be already implemented as seen above)
- [DONE] The program should read, format and print a random image from the
images
folder succesfully