Error Fixed
`Traceback (most recent call last):
File "C:\python\lib\site-packages\sheriff\gui.py", line 147, in browsefiles
trackMultipleObjects()
File "C:\python\lib\site-packages\sheriff\gui.py", line 233, in __init__
root.iconbitmap("gui_data/res/logo.ico")
File "C:\python\lib\tkinter\__init__.py", line 2109, in wm_iconbitmap
return self.tk.call('wm', 'iconbitmap', self._w, bitmap)
_tkinter.TclError: bitmap "gui_data/res/logo.ico" not defined`
Summary
Now when the sheriff will be imported in your program it will create a directory named `gui_data` and images, data, UI file etc. will be stored in that directory. In the last release `v1.1` Images were not displaying on home screen like icon and logo, It's also fixed! 🎉