Releases: gautamxgambhir/Sheriff
Releases · gautamxgambhir/Sheriff
1.6
Fixed Issue #3
Summary -
- Dependencies,
dlib
andcmake
removed frominstall_requires
attribute insetup.py
. Now the user have to manually install thedlib
module, for that the user have to installcmake gui
from here andcmake
library from here and runpip install cmake
in Powershell. and the user have to installdlib
module by runningpip install dlib
in Powershell.
1.5
Summary
- Added change notes in package/README.md
- Added LICENSE.txt & README.md in MANIFEST.in
1.4
Summary
- Bug Fixed : Dependencies not installing.
1.3
Summary
- Changed
gui_data
directory name to.gui_data
, so that it will be hidden when you run the ls or list command. - Bug Fixed - Window icon not showing on open-cv feed window.
1.2
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! 🎉