Skip to main content

Example PyPI (Python Package Index) Package

Project description

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:

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

turkish_profile_generator-0.2.1.tar.gz (46.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

turkish_profile_generator-0.2.1-py3-none-any.whl (44.0 kB view details)

Uploaded Python 3

File details

Details for the file turkish_profile_generator-0.2.1.tar.gz.

File metadata

File hashes

Hashes for turkish_profile_generator-0.2.1.tar.gz
Algorithm Hash digest
SHA256 205784bb6c1a2351e96d3737efef62120d7f4668fc5fdb86bd2cd70e13e17afc
MD5 a1d73bfcb0d3d068637cf84bc76d861c
BLAKE2b-256 c772d71726cf5e356bc224e906c2a5fe102fb6be3fae31858388444360c1b3d7

See more details on using hashes here.

File details

Details for the file turkish_profile_generator-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for turkish_profile_generator-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9b0e4b498b34f7a28f9451525d86dfbb3170a61f5c623b2a8ead71cc6b50d1be
MD5 a8f81ab04c4a93e539ef0e9bbc0764c3
BLAKE2b-256 8f8d0b4234b904010157c269406e88fd2ab8fb5c7e5b6f36520578aa52bec4d9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page