Open Davtax opened 4 days ago
Right now, the code always uses relative paths. However, this can be a huge problem if the user decides to move the files to other folders via optional arguments. To avoid this, I think it is a better practice to always use absolute paths.
This can be done via the pathlib library. This is the perfect opportunity to learn about this library and how to use it properly.
Right now, the code always uses relative paths. However, this can be a huge problem if the user decides to move the files to other folders via optional arguments. To avoid this, I think it is a better practice to always use absolute paths.