Added
- `read_file()`
- Input variable: `do_lower`
- `bool`, default value `False`
- Return read string(s) as lowered
- `write_file()`
- Input variable `remove_duplicates`
- `bool`, default value `True`
- Removes duplicates before writing to file
Changed
- `enter_to_continue()`
- Updated shown text
- `read_file()`
- Variable name change `strip` -> `do_strip`
- `join_path()`
- `do_print` default value changed `True` -> `False`
**Full Changelog**: https://github.com/RasseTheBoy/Py_Basic_Commands/compare/0.1.54...0.1.55