When working on the following code:
from slugify import slugify
fname = slugify("cc / loc") + ".png"
My IDE (PyCharm 2018.2.5) will suggest to automatically download a package, but the wrong one. And this results in an error: NameError: name 'unicode' is not defined
The namespace of this package should be changed, or the half implemented package should be removed from PIP.
A tool like this should work out of the box.