TakeyMakey
About
Docs
Create
TakeyMakey examples
TakeyMakey tools can do all sorts of things. Here are some examples.
Body Mass Index calculator
Body mass index, or BMI, is a simple indicator that can be used to see whether your weight is in the healthy range. The calculation of BMI combines your height and weight to help predict the risk of developing disease.
Anagram checker
Check whether an anagram contains all the letters in the source text. Choose to compare only letters, letters and numbers, or all characters.
Days since you were born
Calculate the number of days you have been alive.
How many days to Christmas?
Calculate the number of days to wait before Christmas is here.
How many weeks between now and…
Calculate the number of weeks and days between now and any other date. Figure out how many weeks have passed since a specific date, or the number of weeks left before something happens in the future.
Convert Handlebars to HTML
Handlebars is a simple templating language where double braces are used to contain expressions. Convert handlebars templates in the browser with support for passing JSON data.
Convert HTML to Pug
Pug (previously named Jade) is a clean, whitespace sensitive syntax for writing HTML. Convert your HTML into Pug code in the browser.
Markdown to HTML
Convert Markdown, the lightweight markup language for writing simple HTML in a plain-text format. This online converter includes options for GitHub Flavored Markdown, smart typography and more.
Convert Nunjucks to HTML
Nunjucks is a simple templating language where double braces are used to contain expressions. Convert nunjucks templates in the browser with support for passing JSON data.
Convert Pug to HTML
Pug (previously named Jade) is a clean, whitespace sensitive syntax for writing HTML. Convert pug code in the browser with support for passing JSON locals.
Convert Sass to CSS
Sass is a popular language that compiles to CSS. Convert your
*.sass
and
*.scss
code directly in the browser.
Convert JSON to YAML
Convert JSON (JavaScript object notation) to YAML (yet-another-markup-language).
Convert YAML to JSON
Convert YAML (yet-another-markup-language) strings to JSON (JavaScript object notation).
Convert CoffeeScript to JavaScript
Convert CoffeeScript code to vanilla JavaScript. Options to control how conversion is handled, and use modern semantics where available.
Convert HTML to text
Convert HTML code to plain text, stripping out tags but keeping content. Filter out specific elements using CSS selectors and trim whitespace.
Optimize SVG images
SVG images use XML-based markup to describe vector graphics. Optimize SVG markup using SVGO.
Decode Base64 strings
Convert a Base64 (or tetrasexagesimal) encoded string back to plain text.
Word Document to HTML
Convert a Microsoft Word document to HTML in the browser.
Word Document to Markdown
Convert a Microsoft Word document to Markdown in the browser.
Word Document to plain text
Convert a Microsoft Word document to plain text in the browser.
Word count
Count the numbers of words and sentences in your text. Find the longest word and the average word length.
Smart quotes
Convert all straight quotation marks in your text to curly ones for better typography.
Convert text to lower case
Convert all the letters in your text to lowercase characters.
Morse code
Convert text into Morse code and back to regular text, with the option to choose from multiple input formats.
Convert to title case
Convert your text to use title case, while skipping over short words.
Transpose rows and columns
Switch table rows and columns by copy and pasting from an Excel document or other tab-separated table.
Convert text to upper case
Convert all the letters in your text to uppercase characters.
Remove accents
Remove diacritics and accents from text, replacing them with ASCII characters.
Convert celsius to degrees farenheit
Convert farenheit to degrees celsius
Generate tints and shades
Color tints add white to a base color while shades add black. Select a base color to generate any number of tints and shades.
Blur an image
Roll the dice
Missing dice? Generate a random dice roll between one and six. Use dice with more sides, and choose as many dice as you need. Perfect for board games.
Random animal
Generate a random animal from the ocean, desert, grassland, forest, farm, pet or the zoo.
Generate a hash
Generate a hashed value using a variety of different hashing algorithms, such as MD5, SHA-1, SHA-256 and others.
Generate “lorem ipsum” filler text
Create placeholder text to use in your graphic and web design projects when the final text isn’t available. Choose how many paragraphs, sentences and words you would like to include.
Pig Latin
Translate your text into Pig Latin by adding an ‘ay’ syllable to the end of each word, with special rules for vowels and consonant clusters.
Random country
Generate a random country from around the world.
Random letter generator
Playing a game that needs a random letter? Select an alphabet and a random letter will be selected for you.
Sort lines alphabetically
Sort a list of words or lines of text into alphabetical order. Sorting can be toggled to be case sensitive, and be in either ascending or descending order.
Sort lines in numerical order
Sort a list of numbers in ascending or descending order based on their numerical value. Other items are moved to the end of the list, without changing their order.
Reverse the items in a list
Have a text list but the rows are in the wrong order? Reverse them!
Reverse the letters in a word
Want to see what some text looks like backwords? Reverse it!
Find the unique items in a list
Filter out duplicate rows of text.
Sort lines by word length
Find the longest and shortest words in a list, sorting them by the number of letters that they contain. You can sort in ascending or descending order.
Format HTML
Prettify HTML code, while collapsing multiple newlines, trimming and normalizing whitespace. Choose your preferred indentation and character limit for lines.
Format SQL
Prettify SQL queries, with options to choose your preferred SQL language and other options.