turkish-profile-generator


Nameturkish-profile-generator JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/bossturk/turkish-profile-generator
SummaryExample PyPI (Python Package Index) Package
upload_time2024-04-20 20:49:44
maintainerNone
docs_urlNone
authorMustafa Buyruk
requires_python>=3.6
licenseNone
keywords example pypi package
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Turkish Profile Generator

Turkish Profile Generator is a Python package used to generate random Turkish user profiles. This package creates realistic Turkish user profiles using random names and other attributes.

## Installation

You can easily install the package using pip:

```bash
pip install turkish-profile-generator


from turkish_profile_generator import UserProfileGenerator

# Create an instance of UserProfileGenerator class
generator = UserProfileGenerator(min_age=18, max_age=50)
#generator = UserProfileGenerator(min_age=18, max_age=50, gender='Female')
#generator = UserProfileGenerator(min_age=18, max_age=50, gender='Male')

# Generate a random user profile
profile = generator.generate_profile()

# Print the generated profile attributes
print("Generated Profile:")
print("First Name:", profile['firstname'])
print("Last Name:", profile['lastname'])
print("Age:", profile['age'])
print("Birthday:", profile['birthday'])
print("Email:", profile['email'])
print("Password:", profile['password'])
print("Gender:", profile['gender'])

profile.reset()

Features
Generates random Turkish names.
Generates random age, birth date, email address, and password.
Generates names compatible with the Turkish alphabet.
Can generate user profiles in the desired age range.
Contributing
If you'd like to contribute to this project, please visit the GitHub repository: https://github.com/bossturk/turkish-profile-generator

We welcome any feedback, suggestions, or contributions!

License
This project is licensed under the MIT License - see the LICENSE file for details.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bossturk/turkish-profile-generator",
    "name": "turkish-profile-generator",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "example, pypi, package",
    "author": "Mustafa Buyruk",
    "author_email": "bossturk@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c7/72/d71726cf5e356bc224e906c2a5fe102fb6be3fae31858388444360c1b3d7/turkish_profile_generator-0.2.1.tar.gz",
    "platform": null,
    "description": "# Turkish Profile Generator\r\n\r\nTurkish Profile Generator is a Python package used to generate random Turkish user profiles. This package creates realistic Turkish user profiles using random names and other attributes.\r\n\r\n## Installation\r\n\r\nYou can easily install the package using pip:\r\n\r\n```bash\r\npip install turkish-profile-generator\r\n\r\n\r\nfrom turkish_profile_generator import UserProfileGenerator\r\n\r\n# Create an instance of UserProfileGenerator class\r\ngenerator = UserProfileGenerator(min_age=18, max_age=50)\r\n#generator = UserProfileGenerator(min_age=18, max_age=50, gender='Female')\r\n#generator = UserProfileGenerator(min_age=18, max_age=50, gender='Male')\r\n\r\n# Generate a random user profile\r\nprofile = generator.generate_profile()\r\n\r\n# Print the generated profile attributes\r\nprint(\"Generated Profile:\")\r\nprint(\"First Name:\", profile['firstname'])\r\nprint(\"Last Name:\", profile['lastname'])\r\nprint(\"Age:\", profile['age'])\r\nprint(\"Birthday:\", profile['birthday'])\r\nprint(\"Email:\", profile['email'])\r\nprint(\"Password:\", profile['password'])\r\nprint(\"Gender:\", profile['gender'])\r\n\r\nprofile.reset()\r\n\r\nFeatures\r\nGenerates random Turkish names.\r\nGenerates random age, birth date, email address, and password.\r\nGenerates names compatible with the Turkish alphabet.\r\nCan generate user profiles in the desired age range.\r\nContributing\r\nIf you'd like to contribute to this project, please visit the GitHub repository: https://github.com/bossturk/turkish-profile-generator\r\n\r\nWe welcome any feedback, suggestions, or contributions!\r\n\r\nLicense\r\nThis project is licensed under the MIT License - see the LICENSE file for details.\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Example PyPI (Python Package Index) Package",
    "version": "0.2.1",
    "project_urls": {
        "Bug Reports": "https://github.com/bossturk/turkish-profile-generator/issues",
        "Documentation": "https://github.com/bossturk/turkish-profile-generator",
        "Homepage": "https://github.com/bossturk/turkish-profile-generator",
        "Source Code": "https://github.com/bossturk/turkish-profile-generator"
    },
    "split_keywords": [
        "example",
        " pypi",
        " package"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f8d0b4234b904010157c269406e88fd2ab8fb5c7e5b6f36520578aa52bec4d9",
                "md5": "a8f81ab04c4a93e539ef0e9bbc0764c3",
                "sha256": "9b0e4b498b34f7a28f9451525d86dfbb3170a61f5c623b2a8ead71cc6b50d1be"
            },
            "downloads": -1,
            "filename": "turkish_profile_generator-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a8f81ab04c4a93e539ef0e9bbc0764c3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 44035,
            "upload_time": "2024-04-20T20:49:42",
            "upload_time_iso_8601": "2024-04-20T20:49:42.481732Z",
            "url": "https://files.pythonhosted.org/packages/8f/8d/0b4234b904010157c269406e88fd2ab8fb5c7e5b6f36520578aa52bec4d9/turkish_profile_generator-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c772d71726cf5e356bc224e906c2a5fe102fb6be3fae31858388444360c1b3d7",
                "md5": "a1d73bfcb0d3d068637cf84bc76d861c",
                "sha256": "205784bb6c1a2351e96d3737efef62120d7f4668fc5fdb86bd2cd70e13e17afc"
            },
            "downloads": -1,
            "filename": "turkish_profile_generator-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a1d73bfcb0d3d068637cf84bc76d861c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 46313,
            "upload_time": "2024-04-20T20:49:44",
            "upload_time_iso_8601": "2024-04-20T20:49:44.303614Z",
            "url": "https://files.pythonhosted.org/packages/c7/72/d71726cf5e356bc224e906c2a5fe102fb6be3fae31858388444360c1b3d7/turkish_profile_generator-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-20 20:49:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bossturk",
    "github_project": "turkish-profile-generator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "turkish-profile-generator"
}
        
Elapsed time: 0.24234s