joweich / chat-miner

Parsers and visualizations for chats
MIT License
567 stars 56 forks source link

Adding in ReadMe to use double backslashes or raw string for FILEPATH #115

Closed smty2018 closed 11 months ago

smty2018 commented 11 months ago

While following the ReadMe instructions to use the package, image

Directly put in unformatted file path("C:\Users\Sheetali\Downloads\text.txt"), which followed a syntax error due to escape characters. image

I think this is a very common error users go through and can be avoided by adding a note in the ReadMe for the FILE_PATH variable that you can either use double backslashes or a raw string by prefixing the string with an 'r'.

smty2018 commented 11 months ago

@joweich I have created a PR for this issue , can you please review? Thanking you in advanced.

joweich commented 11 months ago

Closed via #116