A male and female dog names python package

Overview

Dog Names

Male and female dog names

Installation

pip install Dog-Names

Usage

import dog_names


print(dog_names.data())
# returns data from 'names.json'

print(dog_names.all())
# returns all dog names

print(dog_names.all(gender='male'))
# returns all male dog names

print(dog_names.all(gender='female'))
# returns all female dog names

print(dog_names.random())
# returns a random dog name

print(dog_names.random(gender='male'))
# returns a random male dog name

print(dog_names.random(gender='female'))
# returns a random female dog name
You might also like...
A Python package to request and process seismic waveform data from Hi-net.

HinetPy is a Python package to simplify tedious data request, download and format conversion tasks related to NIED Hi-net. NIED Hi-net | Source Code |

FBChecker Account using python , package requests and web old facebook

fbcek FBChecker Account using python , package requests and web old facebook using python 3.x apt upgrade -y apt update -y pkg install bash -y pkg ins

Python package for handling and analyzing PSRFITS files

PyPulse A pure-Python package for handling and analyzing PSRFITS files. Read the documentation here. This is an alternate code base from PSRCHIVE. Req

This is a python package to get wards, districts,cities and provinces in Zimbabwe

Zim-Places Features This is a python package that allows you to search for cities, provinces, and districts in Zimbabwe.Zimbabwe is split into eight p

A python package to adjust the bias of probabilistic forecasts/hindcasts using "Mean and Variance Adjustment" method.

Documentation A python package to adjust the bias of probabilistic forecasts/hindcasts using "Mean and Variance Adjustment" method. Read documentation

python package to showcase, test and build your own version of Pickhardt Payments

Pickhardt Payments Package The pickhardtpayments package is a collection of classes and interfaces that help you to test and implement your dialect of

GWCelery is a simple and reliable package for annotating and orchestrating LIGO/Virgo alerts
GWCelery is a simple and reliable package for annotating and orchestrating LIGO/Virgo alerts

GWCelery is a simple and reliable package for annotating and orchestrating LIGO/Virgo alerts, built from widely used open source components.

A Lite Package focuses on making overwrite and mending functions easier and more flexible.

Overwrite Make Overwrite More flexible In Python A Lite Package focuses on making overwrite and mending functions easier and more flexible. Certain Me

Example python package with pybind11 cpp extension

Developing C++ extension in Python using pybind11 This is a summary of the commands used in the tutorial.

Releases(v1.1.4)
  • v1.1.4(Dec 3, 2021)

    What's Changed

    • Update by @FayasNoushad in https://github.com/FayasNoushad/Dog-Names/pull/11

    Full Changelog: https://github.com/FayasNoushad/Dog-Names/compare/v1.1.3...v1.1.4

    Source code(tar.gz)
    Source code(zip)
  • v1.1.3(Dec 3, 2021)

  • v1.1.2(Dec 3, 2021)

    What's Changed

    • Fix by @FayasNoushad in https://github.com/FayasNoushad/Dog-Names/pull/10

    Full Changelog: https://github.com/FayasNoushad/Dog-Names/compare/v1.1.1...v1.1.2

    Source code(tar.gz)
    Source code(zip)
  • v1.1.1(Dec 3, 2021)

    What's Changed

    • Fix names by @FayasNoushad in https://github.com/FayasNoushad/Dog-Names/pull/9

    Full Changelog: https://github.com/FayasNoushad/Dog-Names/compare/v1.1.0...v1.1.1

    Source code(tar.gz)
    Source code(zip)
  • v1.1.0(Dec 3, 2021)

  • v1.0.9(Dec 3, 2021)

    What's Changed

    • Update names by @FayasNoushad in https://github.com/FayasNoushad/Dog-Names/pull/8

    Full Changelog: https://github.com/FayasNoushad/Dog-Names/compare/v1.0.8...v1.0.9

    Source code(tar.gz)
    Source code(zip)
  • v1.0.8(Dec 3, 2021)

  • v1.0.7(Dec 3, 2021)

  • v1.0.6(Dec 3, 2021)

    What's Changed

    • Fix by @FayasNoushad in https://github.com/FayasNoushad/Dog-Names/pull/7

    Full Changelog: https://github.com/FayasNoushad/Dog-Names/compare/v1.0.5...v1.0.6

    Source code(tar.gz)
    Source code(zip)
  • v1.0.5(Dec 3, 2021)

    What's Changed

    • Update by @FayasNoushad in https://github.com/FayasNoushad/Dog-Names/pull/6

    Full Changelog: https://github.com/FayasNoushad/Dog-Names/compare/v1.0.4...v1.0.5

    Source code(tar.gz)
    Source code(zip)
  • v1.0.4(Dec 3, 2021)

    What's Changed

    • Fix all names by @FayasNoushad in https://github.com/FayasNoushad/Dog-Names/pull/5

    Full Changelog: https://github.com/FayasNoushad/Dog-Names/compare/v1.0.3...v1.0.4

    Source code(tar.gz)
    Source code(zip)
  • v1.0.3(Dec 3, 2021)

    What's Changed

    • Fix by @FayasNoushad in https://github.com/FayasNoushad/Dog-Names/pull/4

    Full Changelog: https://github.com/FayasNoushad/Dog-Names/compare/v1.0.2...v1.0.3

    Source code(tar.gz)
    Source code(zip)
  • v1.0.2(Nov 27, 2021)

    What's Changed

    • Update by @FayasNoushad in https://github.com/FayasNoushad/Dog-Names/pull/3

    Full Changelog: https://github.com/FayasNoushad/Dog-Names/compare/v1.0.1...v1.0.2

    Source code(tar.gz)
    Source code(zip)
  • v1.0.1(Nov 20, 2021)

    What's Changed

    • Update setup by @FayasNoushad in https://github.com/FayasNoushad/Dog-Names/pull/2

    Full Changelog: https://github.com/FayasNoushad/Dog-Names/compare/v1.0.0...v1.0.1

    Source code(tar.gz)
    Source code(zip)
  • v1.0.0(Nov 9, 2021)

Owner
Fayas Noushad
Indian Opensource Software Developer. Computer Science Student @Puliyaparamb. Learning more about programming. A @Python programmer.
Fayas Noushad
A dog facts python module

A dog facts python module

Fayas Noushad 3 Nov 28, 2021
Flames Calculater App used to calculate flames status between two names created using python's Flask web framework.

Flames Finder Web App Flames Calculater App used to calculate flames status between two names created using python's Flask web framework. First, App g

Siva Prakash 4 Jan 2, 2022
A test repository to build a python package and publish the package to Artifact Registry using GCB

A test repository to build a python package and publish the package to Artifact Registry using GCB. Then have the package be a dependency in a GCF function.

null 1 Feb 9, 2022
PyPIContents is an application that generates a Module Index from the Python Package Index (PyPI) and also from various versions of the Python Standard Library.

PyPIContents is an application that generates a Module Index from the Python Package Index (PyPI) and also from various versions of the Python Standar

Collage Labs 10 Nov 19, 2022
A python package to manage the stored receiver-side Strain Green's Tensor (SGT) database of 3D background models and able to generate Green's function and synthetic waveform

A python package to manage the stored receiver-side Strain Green's Tensor (SGT) database of 3D background models and able to generate Green's function and synthetic waveform

Liang Ding 7 Dec 14, 2022
PSP (Python Starter Package) is meant for those who want to start coding in python but are new to the coding scene.

Python Starter Package PSP (Python Starter Package) is meant for those who want to start coding in python, but are new to the coding scene. We include

Giter/ 1 Nov 20, 2021
Xbps-install wrapper written in Python that doesn't care about case sensitiveness and package versions

xbi Xbps-install wrapper written in Python that doesn't care about case sensitiveness and package versions. Description This Python script can be easi

Emanuele Sabato 5 Apr 11, 2022
A Python package for searching journal publications and researchers

scholarpy A python package for searching journal publications and researchers Free software: MIT license Documentation: https://giswqs.github.io/schol

Qiusheng Wu 8 Mar 12, 2022
A cookiecutter to start a Python package with flawless practices and a magical workflow 🧙🏼‍♂️

PyPackage Cookiecutter This repository is a cookiecutter to quickly start a Python package. It contains a ton of very useful features ?? : Package man

Daniel Leal 16 Dec 13, 2021