Skip to content

0xirison/Anagram-Cracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

Anagram Cracker is a simple Python tool to solve anagram riddles based on WordsAPI from RapidAPI. It forms all unique combinations from the given word and find its meaning, this will help you in solving anagram games.

Installation

git clone https://github.com/0xirison/Anagram-Cracker.git

Requirements

pip3 install requests
- Register a RapidAPI account and subsicribe to WordsAPI free (2500 requests per day) here: https://rapidapi.com/dpventures/api/wordsapi/
- Then insert your API key in the tool

Usage

python anagram-cracker.py
Then write the word you want the tool to reform it

Screenshot

alt text

Releases

No releases published

Packages

No packages published

Languages