Converted user input strings into raw strings so doubling '\' isn't necessary anymore as Python will read it as intended to (in other words: doubling the '\' on its own for use). Auto-detection of an end '\' for the directory path could be added later on as a QoL change.
Converted user input strings into raw strings so doubling '\' isn't necessary anymore as Python will read it as intended to (in other words: doubling the '\' on its own for use). Auto-detection of an end '\' for the directory path could be added later on as a QoL change.