About 1,260,000 results
Open links in new tab
  1. Generate list of random names - Python - Stack Overflow

    Oct 8, 2018 · To do what you want, you have to call random.choice for first name and for last name three times. full_name1 = random.choice(first_names)+" "+random.choice(last_names)

  2. names · PyPI

    May 14, 2013 · Names can be used as a command line utility or imported as a Python package. To use the script from the command line: Here are examples of all current features: >>> …

  3. Creating a Random Name Generator in Python - python-hub

    Today, we’re going to build a random name generator in Python. 1. Import Necessary Modules. 2. Create Lists of Prefixes and Suffixes. 3. Define the Name Generation Function. 4. Enhance …

  4. How to generate random names (first and last names) with python

    Mar 23, 2021 · In python, I used to enter random names manually (like John Doe Or Jana Doe) to create for example fake database and for testing. However to generate random names a …

  5. How to Create a Random Name Generator in Python

    Apr 11, 2024 · This Python script generates random names by combining a first name randomly chosen from a list of first names and a last name randomly chosen from a list of last names.

  6. A simple python script to generate random names. · GitHub

    Aug 28, 2024 · A simple python script to generate random names. GitHub Gist: instantly share code, notes, and snippets.

  7. navchandar/Python-Random-Name-Generator - GitHub

    Python data provider module that returns random people names, addresses, state names, country names as output. Useful for unit testing and automation. - navchandar/Python-Random-Name …

  8. Python Random name generator - time2code

    Write a program to output a random name from one list of forenames and another list of surnames.

  9. Simple Random Name Generator in Python | by Mr. Burton

    Apr 13, 2025 · I made a simple function in Python that will generate random names in a array list. This script prompts the user to input a number and generates that many random names from a …

  10. Python Random Name Generator - CodePal

    Generate random names using a list of first names and a variable number of last names in Python.

  11. Some results have been removed