8000 GitHub - iafisher/guatemalawi: Generate amusing combinations of real-world country names.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Apr 27, 2019. It is now read-only.

iafisher/guatemalawi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

0