cacao-password


Namecacao-password JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryA secure password generator with brown-themed GUI and CLI interfaces
upload_time2025-07-23 04:44:44
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License Copyright (c) 2025 Cacao Research Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords cli generator gui password security
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🍫 cacao-password

[![PyPI version](https://badge.fury.io/py/cacao-password.svg)](https://badge.fury.io/py/cacao-password)
[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)


A secure password generator with both CLI and GUI interfaces, featuring a brown-themed design and comprehensive password analysis capabilities.

## 🌟 Features

- **Password Generation**: Create cryptographically secure passwords with customizable options
  - Configurable password length
  - Character type selection (uppercase, lowercase, numbers, symbols)
  - Character filtering and exclusion options
  - Batch generation capabilities
- **Password Strength Analysis**: Real-time entropy calculation and crack time estimation
- **Dual Interfaces**: 
  - Command-line interface for automation and scripting
  - Graphical user interface with intuitive brown-themed design
- **Configuration Management**: Persistent settings stored in JSON format in user config directory
- **User-Friendly GUI Controls**:
  - Password length slider
  - Symbol toggle switches
  - One-click generate button
  - Copy-to-clipboard functionality

## 📦 Installation

### From PyPI (Recommended)

```bash
pip install cacao-password
```

## ⚡Usage

### Command Line Interface

Launch the CLI:
```bash
cacao-password
```

The CLI provides interactive prompts for password generation options and displays both the generated password and its strength analysis.

#### Command Line Options

The CLI supports various options for automated password generation:
- Interactive mode with guided prompts
- Password strength analysis with entropy metrics
- Configurable output formats

### Graphical User Interface

Launch the GUI:
```bash
cacao-password --gui
```

The GUI features:
- **Password Length Slider**: Adjust password length from 4 to 128 characters
- **Character Type Toggles**: Enable/disable uppercase, lowercase, numbers, and symbols
- **Generate Button**: Create new passwords with current settings
- **Copy Button**: Copy generated passwords to clipboard
- **Strength Meter**: Visual indicator of password strength and entropy
- **Settings Persistence**: Your preferences are automatically saved

The interface uses a warm brown color scheme designed for comfortable extended use.

## 📚 Requirements

- **Python**: >= 3.8
- **Dependencies**:
  - `cacao-password-generator`: Core password generation library

### 🐍 Supported Python Versions

- Python 3.8
- Python 3.9
- Python 3.10
- Python 3.11
- Python 3.12

## ⚙️ Security

- Uses cryptographically secure random number generation
- Implements industry-standard entropy calculations
- Provides realistic crack time estimations
- No password storage or network transmission
- All generation happens locally on your machine

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Links

- **Homepage**: https://github.com/cacao-research/cacao-password
- **Bug Reports**: https://github.com/cacao-research/cacao-password/issues
- **Source Code**: https://github.com/cacao-research/cacao-password

---

Copyright (c) 2025 Cacao Research
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cacao-password",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "cli, generator, gui, password, security",
    "author": null,
    "author_email": "Juan Denis <juan@vene.co>",
    "download_url": "https://files.pythonhosted.org/packages/3e/f4/89d67fefbcf400464dda458a3dbeb2bbf8ab095582e87f4af2b7bff4075d/cacao_password-1.0.1.tar.gz",
    "platform": null,
    "description": "# \ud83c\udf6b cacao-password\n\n[![PyPI version](https://badge.fury.io/py/cacao-password.svg)](https://badge.fury.io/py/cacao-password)\n[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n\nA secure password generator with both CLI and GUI interfaces, featuring a brown-themed design and comprehensive password analysis capabilities.\n\n## \ud83c\udf1f Features\n\n- **Password Generation**: Create cryptographically secure passwords with customizable options\n  - Configurable password length\n  - Character type selection (uppercase, lowercase, numbers, symbols)\n  - Character filtering and exclusion options\n  - Batch generation capabilities\n- **Password Strength Analysis**: Real-time entropy calculation and crack time estimation\n- **Dual Interfaces**: \n  - Command-line interface for automation and scripting\n  - Graphical user interface with intuitive brown-themed design\n- **Configuration Management**: Persistent settings stored in JSON format in user config directory\n- **User-Friendly GUI Controls**:\n  - Password length slider\n  - Symbol toggle switches\n  - One-click generate button\n  - Copy-to-clipboard functionality\n\n## \ud83d\udce6 Installation\n\n### From PyPI (Recommended)\n\n```bash\npip install cacao-password\n```\n\n## \u26a1Usage\n\n### Command Line Interface\n\nLaunch the CLI:\n```bash\ncacao-password\n```\n\nThe CLI provides interactive prompts for password generation options and displays both the generated password and its strength analysis.\n\n#### Command Line Options\n\nThe CLI supports various options for automated password generation:\n- Interactive mode with guided prompts\n- Password strength analysis with entropy metrics\n- Configurable output formats\n\n### Graphical User Interface\n\nLaunch the GUI:\n```bash\ncacao-password --gui\n```\n\nThe GUI features:\n- **Password Length Slider**: Adjust password length from 4 to 128 characters\n- **Character Type Toggles**: Enable/disable uppercase, lowercase, numbers, and symbols\n- **Generate Button**: Create new passwords with current settings\n- **Copy Button**: Copy generated passwords to clipboard\n- **Strength Meter**: Visual indicator of password strength and entropy\n- **Settings Persistence**: Your preferences are automatically saved\n\nThe interface uses a warm brown color scheme designed for comfortable extended use.\n\n## \ud83d\udcda Requirements\n\n- **Python**: >= 3.8\n- **Dependencies**:\n  - `cacao-password-generator`: Core password generation library\n\n### \ud83d\udc0d Supported Python Versions\n\n- Python 3.8\n- Python 3.9\n- Python 3.10\n- Python 3.11\n- Python 3.12\n\n## \u2699\ufe0f Security\n\n- Uses cryptographically secure random number generation\n- Implements industry-standard entropy calculations\n- Provides realistic crack time estimations\n- No password storage or network transmission\n- All generation happens locally on your machine\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Links\n\n- **Homepage**: https://github.com/cacao-research/cacao-password\n- **Bug Reports**: https://github.com/cacao-research/cacao-password/issues\n- **Source Code**: https://github.com/cacao-research/cacao-password\n\n---\n\nCopyright (c) 2025 Cacao Research",
    "bugtrack_url": null,
    "license": "MIT License\n        \n        Copyright (c) 2025 Cacao Research\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all\n        copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n        SOFTWARE.",
    "summary": "A secure password generator with brown-themed GUI and CLI interfaces",
    "version": "1.0.1",
    "project_urls": {
        "Bug Reports": "https://github.com/cacao-research/cacao-password/issues",
        "Homepage": "https://github.com/cacao-research/cacao-password",
        "Source": "https://github.com/cacao-research/cacao-password"
    },
    "split_keywords": [
        "cli",
        " generator",
        " gui",
        " password",
        " security"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "78968ba215fb24809a7d1b2c4ffb1694da8c12712a05a5bbc5f93504a263ba5b",
                "md5": "29f38cbb119771df8758f20c3ce27745",
                "sha256": "c099bb750f9b3c87de41df2f276b9b4ae92f0501147e7fa7490e8c06087ff159"
            },
            "downloads": -1,
            "filename": "cacao_password-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "29f38cbb119771df8758f20c3ce27745",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 13902,
            "upload_time": "2025-07-23T04:44:43",
            "upload_time_iso_8601": "2025-07-23T04:44:43.618141Z",
            "url": "https://files.pythonhosted.org/packages/78/96/8ba215fb24809a7d1b2c4ffb1694da8c12712a05a5bbc5f93504a263ba5b/cacao_password-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3ef489d67fefbcf400464dda458a3dbeb2bbf8ab095582e87f4af2b7bff4075d",
                "md5": "347a1019e583440af242bf12d8a00fd5",
                "sha256": "b24638209183e0d7607489d636721aebbe9d33fa3a0539f43968d7397d0d0e5e"
            },
            "downloads": -1,
            "filename": "cacao_password-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "347a1019e583440af242bf12d8a00fd5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 13108,
            "upload_time": "2025-07-23T04:44:44",
            "upload_time_iso_8601": "2025-07-23T04:44:44.639756Z",
            "url": "https://files.pythonhosted.org/packages/3e/f4/89d67fefbcf400464dda458a3dbeb2bbf8ab095582e87f4af2b7bff4075d/cacao_password-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-23 04:44:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cacao-research",
    "github_project": "cacao-password",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "cacao-password"
}
        
Elapsed time: 0.75861s