TakeyMakey tools can do all sorts of things. Here are some examples.
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 their risk of developing disease.
Check whether an anagram contains all the letters in the source text.
Calculate the number of days you have been alive.
Calculate the number of days to wait before Christmas is here.
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.
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.
Pug (previously named Jade) is a clean, whitespace sensitive syntax for writing HTML. Convert your HTML into Pug code in the browser.
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.
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.
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.
Sass is a popular language that compiles to CSS. Convert your *.sass
and *.scss
code directly in the browser.
Convert JSON (JavaScript object notation) to YAML (yet-another-markup-language).
Convert YAML (yet-another-markup-language) strings to JSON (JavaScript object notation).
Convert CoffeeScript code to vanilla JavaScript. Options to control how conversion is handled, and use modern semantics where available.
Convert HTML content to plain-text format. Filter elements by selector and trim whitespace.
SVG images use XML-based markup to describe vector graphics. Optimize SVG markup using SVGO.
Convert a Microsoft Word document to HTML in the browser.
Convert a Microsoft Word document to Markdown in the browser.
Convert a Microsoft Word document to plain text in the browser.
Count the numbers of words and sentences in your text. Find the longest word and the average word length.
Convert all straight quotation marks in your text to curly ones for better typography.
Convert all the letters in your text to lowercase characters.
Convert text into Morse code and back to regular text, with the option to choose from multiple input formats.
Convert your text to use title case, while skipping over short words.
Switch table rows and columns by copy and pasting from an Excel document or other tab-separated table.
Convert all the letters in your text to uppercase characters.
Remove diacritics and accents from text, replacing them with ASCII characters.
Color tints add white to a base color while shades add black. Select a base color to generate any number of tints and shades.
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.
Generate a random animal from the ocean, desert, grassland, forest, farm, pet or the zoo.
Generate a hashed value using a variety of different hashing algorithms, such as MD5, SHA-1, SHA-256 and others.
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.
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.
Generate a random country from around the world.
Playing a game that needs a random letter? Select an alphabet and a random letter will be selected for you.
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 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.
Have a text list but the rows are in the wrong order? Reverse them!
Want to see what some text looks like backwords? Reverse it!
Filter out duplicate rows of text.
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.
Prettify HTML code, while collapsing multiple newlines, trimming and normalizing whitespace. Choose your preferred indentation and character limit for lines.
Prettify SQL queries, with options to choose your preferred SQL language and other options.