Description: Right now the bot sends the table as an ascii. The issue is on smaller devices it looks completely different than on larger devices. To make the image similar on any device it would be better to save the ascii as a text file and then convert that text file to an image file (vector?). Then send that file to show the table with the preview option as true.
Preferred that this function be place in the bot_utilities.py
Long term goals: These functions to create a string to text file and from text file to an image file could be useful for future features where there is a discrepancy between mobile and web.
Requirements
[ ] Save ascii table on file 'my_client.py' to a text file<!---Make sure to have one space after right bracket--->
[ ] Transform file text to an image file
[ ] Replace the ascii table found on the line references in the first check box to the image file with preview on
Description: Right now the bot sends the table as an ascii. The issue is on smaller devices it looks completely different than on larger devices. To make the image similar on any device it would be better to save the ascii as a text file and then convert that text file to an image file (vector?). Then send that file to show the table with the preview option as true.
Preferred that this function be place in the bot_utilities.py
Long term goals: These functions to create a string to text file and from text file to an image file could be useful for future features where there is a discrepancy between mobile and web.
Requirements