
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
turkish-profile-generator
Advanced tools
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.
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.
FAQs
Example PyPI (Python Package Index) Package
We found that turkish-profile-generator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.