Skip to content
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.

iafisher/guatemalawi

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Guatemalawi

Generate amusing combinations of real-world country names.

Command-line interface

$ python3 guatemalawi
Venezuelaos
$ python3 guatemalawi --combos=3 --overlap=3 --length=30
United Kingdominicaraguatemalawi

Python interface

>>> from guatemalawi import random_country, all_countries
>>> random_country()
'Surinamexicosta Ricambodia'
>>> all_countries(overlap=4)
('Dominicaragua', 'Dominican Republic of the Congo', 'Guatemalaysia', 'Guatemalawi', 'Central African Republic of the Congo', 'Equatorial Guinea-Bissau', 'Czech Republic of the Congo', 'Papua New Guinea-Bissau')
>>> random_country(min_combos=4, min_length=30)
'Burkina Fasouth Sudangolatvia'

About

Generate amusing combinations of real-world country names.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages