priyankchheda / chrome_password_grabber

Get unencrypted 'Saved Password' from Google Chrome
GNU General Public License v3.0
725 stars 133 forks source link

Outdated README file? #15

Closed littlesandra88 closed 3 years ago

littlesandra88 commented 3 years ago

The first line of how to use says

>>> from chrome_passwd import ChromePasswd

by the file is not called chrome_password. Changing it gives

>>> from chrome import ChromePasswd
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name 'ChromePasswd' from 'chrome' (/tmp/chrome_password_grabber/chrome.py)

The .py file on that repository has no ChromePasswd Method or Class.

So there a lot of changes must have happened since the README was last updated?

priyankchheda commented 3 years ago

Thank you for pointing that out. README.md file is now updated.