Contains:
- Search for file in (given) root directory
- Visualize dirtree from (given) root directory + modify it
Future updates:
- Extract all files from given dirtree to one folder containing them
Used libraries:
- tkinter (GUI framework)
- os (communicate with OS)
- typing (type signatures)
