# chpass
Gather information from Chrome 🔑
[](https://github.com/bengabay11/chpass/actions/workflows/unit-tests.yml)
[](https://github.com/bengabay11/chpass/actions/workflows/integration-tests.yml)
[](https://pypi.org/project/chpass/)
## Features
- import/export passwords
- history
- google account profile picture
- downloads
- top visited sites
## Installing
```console
$ pip install chpass
```
## Usage
```console
usage: chpass [-h] [-u USER] [-i FILE_ADAPTER] {import,export} ...
```
> Chrome must be closed during the whole process, because its database is locked while running.
### Export
```console
usage: chpass export [-h] [-d DESTINATION_FOLDER] {passwords,history,downloads,top_sites,profile_pic} ...
```
### Import
```console
usage: chpass import [-h] -f FROM_FILE
```
> In order to import the passwords successfully, Chrome must be restarted after the import to load the passwords from the database.
## File adapters
`chpass` support read/write functionality with `csv` and `json`.
the default export and import is done with `csv`.
you can change the file adapter with the flag:
```console
$ chpass -i json export
```
## License
This project is licensed under the terms of the MIT license.
Raw data
{
"_id": null,
"home_page": "https://github.com/bengabay11/chpass",
"name": "chpass",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3",
"maintainer_email": null,
"keywords": "chrome passwords",
"author": "Ben Gabay",
"author_email": "ben.gabay38@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/bb/a7/d567b8605e7787e9025f7e656d5a8ce2fffccdb83191b3ba593489936659/chpass-0.4.2.tar.gz",
"platform": null,
"description": "# chpass\n\nGather information from Chrome \ud83d\udd11\n\n[](https://github.com/bengabay11/chpass/actions/workflows/unit-tests.yml)\n[](https://github.com/bengabay11/chpass/actions/workflows/integration-tests.yml)\n[](https://pypi.org/project/chpass/)\n\n## Features\n\n- import/export passwords\n- history\n- google account profile picture\n- downloads\n- top visited sites\n\n## Installing\n\n```console\n$ pip install chpass\n```\n\n## Usage\n\n```console\nusage: chpass [-h] [-u USER] [-i FILE_ADAPTER] {import,export} ...\n```\n\n> Chrome must be closed during the whole process, because its database is locked while running.\n\n### Export\n\n```console\nusage: chpass export [-h] [-d DESTINATION_FOLDER] {passwords,history,downloads,top_sites,profile_pic} ...\n```\n\n### Import\n\n```console\nusage: chpass import [-h] -f FROM_FILE\n```\n\n> In order to import the passwords successfully, Chrome must be restarted after the import to load the passwords from the database.\n\n## File adapters\n\n`chpass` support read/write functionality with `csv` and `json`.\n\nthe default export and import is done with `csv`.\n\nyou can change the file adapter with the flag:\n\n```console\n$ chpass -i json export\n```\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n",
"bugtrack_url": null,
"license": "License :: OSI Approved :: MIT License",
"summary": "Gather information from chrome",
"version": "0.4.2",
"project_urls": {
"Homepage": "https://github.com/bengabay11/chpass"
},
"split_keywords": [
"chrome",
"passwords"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "79d708a7e70146def6649e13622f689d86b40edba83d65e119fccceb0724573d",
"md5": "b97865349c4072a7df49c8f76e4a2a7f",
"sha256": "f302afda44b42bf2c6869f31120037e4e03ccd384430ee0d5bedea7181f1c029"
},
"downloads": -1,
"filename": "chpass-0.4.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "b97865349c4072a7df49c8f76e4a2a7f",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3",
"size": 32145,
"upload_time": "2025-08-23T09:18:02",
"upload_time_iso_8601": "2025-08-23T09:18:02.167209Z",
"url": "https://files.pythonhosted.org/packages/79/d7/08a7e70146def6649e13622f689d86b40edba83d65e119fccceb0724573d/chpass-0.4.2-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bba7d567b8605e7787e9025f7e656d5a8ce2fffccdb83191b3ba593489936659",
"md5": "1b839c7c68fb85b268cadf6972a32699",
"sha256": "edc53f0af295a93dd434c6c00326e948b9f70feb1c125e134793172becade502"
},
"downloads": -1,
"filename": "chpass-0.4.2.tar.gz",
"has_sig": false,
"md5_digest": "1b839c7c68fb85b268cadf6972a32699",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 37845,
"upload_time": "2025-08-23T09:18:03",
"upload_time_iso_8601": "2025-08-23T09:18:03.215262Z",
"url": "https://files.pythonhosted.org/packages/bb/a7/d567b8605e7787e9025f7e656d5a8ce2fffccdb83191b3ba593489936659/chpass-0.4.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-23 09:18:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "bengabay11",
"github_project": "chpass",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "chpass"
}