dynamic-username-generator-ai


Namedynamic-username-generator-ai JSON
Version 3.1 PyPI version JSON
download
home_pagehttps://usernamegenerator.io/
SummaryExperience the power of OpenAI with our Dynamic Username Generator, a Python package offering personalized and creative usernames tailored to your unique preferences
upload_time2023-06-20 18:10:22
maintainer
docs_urlNone
authorBellamy
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Dynamic Username Generator 🚀🔢

## Introduction 📚
Welcome to the Dynamic Username Generator! This unique Python package 🐍 generates personalized and creative usernames using the power of OpenAI 🤖. Ideal for both individuals and businesses, it's the perfect tool for creating meaningful online identities.

Whether you need a username for a new social media platform, or you're a platform owner who needs a quick solution for generating usernames for your users, Dynamic Username Generator is designed to assist you.

## Installation 💻

Before you begin, ensure you have met the following requirements:

- You have installed python 3.6+ 🐍
- You have a valid OpenAI API Key 🗝️

To install Dynamic Username Generator, follow these steps:

```shell
pip install dynamic_username_generator
```

## Usage 🚀

The usage of the Dynamic Username Generator is quite straightforward. Here is a basic example:

```python
from generate_usernames import generate_usernames

usernames = generate_usernames(user_name="JohnDoe", OPENAI_API_KEY="your_api_key")
print(usernames)
```

Remember, while `user_name` and `OPENAI_API_KEY` are mandatory, the function also accepts many other parameters to customize the username generation:

- `username_for`: The platform for which the username is for

## Support 🤝

For any queries or support, feel free to reach out to us through our website's [contact page](https://usernamegenerator.io/contact). We'd love to hear from you!

For more great username ideas and options, visit our website at [Username Generator](https://usernamegenerator.io/).

Enjoy creating unique and personalized usernames with Dynamic Username Generator! 🚀


            

Raw data

            {
    "_id": null,
    "home_page": "https://usernamegenerator.io/",
    "name": "dynamic-username-generator-ai",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Bellamy",
    "author_email": "usernamegenerator.io@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "# Dynamic Username Generator \ud83d\ude80\ud83d\udd22\n\n## Introduction \ud83d\udcda\nWelcome to the Dynamic Username Generator! This unique Python package \ud83d\udc0d generates personalized and creative usernames using the power of OpenAI \ud83e\udd16. Ideal for both individuals and businesses, it's the perfect tool for creating meaningful online identities.\n\nWhether you need a username for a new social media platform, or you're a platform owner who needs a quick solution for generating usernames for your users, Dynamic Username Generator is designed to assist you.\n\n## Installation \ud83d\udcbb\n\nBefore you begin, ensure you have met the following requirements:\n\n- You have installed python 3.6+ \ud83d\udc0d\n- You have a valid OpenAI API Key \ud83d\udddd\ufe0f\n\nTo install Dynamic Username Generator, follow these steps:\n\n```shell\npip install dynamic_username_generator\n```\n\n## Usage \ud83d\ude80\n\nThe usage of the Dynamic Username Generator is quite straightforward. Here is a basic example:\n\n```python\nfrom generate_usernames import generate_usernames\n\nusernames = generate_usernames(user_name=\"JohnDoe\", OPENAI_API_KEY=\"your_api_key\")\nprint(usernames)\n```\n\nRemember, while `user_name` and `OPENAI_API_KEY` are mandatory, the function also accepts many other parameters to customize the username generation:\n\n- `username_for`: The platform for which the username is for\n\n## Support \ud83e\udd1d\n\nFor any queries or support, feel free to reach out to us through our website's [contact page](https://usernamegenerator.io/contact). We'd love to hear from you!\n\nFor more great username ideas and options, visit our website at [Username Generator](https://usernamegenerator.io/).\n\nEnjoy creating unique and personalized usernames with Dynamic Username Generator! \ud83d\ude80\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Experience the power of OpenAI with our Dynamic Username Generator, a Python package offering personalized and creative usernames tailored to your unique preferences",
    "version": "3.1",
    "project_urls": {
        "Homepage": "https://usernamegenerator.io/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "229f741a050625d450ca0967500e4a33a4f2235b3248a35cc9a3466801d959ba",
                "md5": "b57c1d53662a785f40034ad4ecb4ea94",
                "sha256": "93ed64bf6590275b57f45b6c50f7d74f28a19b82c9831194ebd7d6116e20c87f"
            },
            "downloads": -1,
            "filename": "dynamic_username_generator_ai-3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b57c1d53662a785f40034ad4ecb4ea94",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3194,
            "upload_time": "2023-06-20T18:10:22",
            "upload_time_iso_8601": "2023-06-20T18:10:22.788519Z",
            "url": "https://files.pythonhosted.org/packages/22/9f/741a050625d450ca0967500e4a33a4f2235b3248a35cc9a3466801d959ba/dynamic_username_generator_ai-3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-20 18:10:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dynamic-username-generator-ai"
}
        
Elapsed time: 0.31479s