connor-makowski / AnagramSolver

A simple python tool to solve anagrams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anagram Solver

A simple interface to solve anagrams using a dictionary file and base python

Features

  • Allows users to solve any single word anagram

Prerequisites

This project requires python 3.6.x or above.

How to Use

Make sure you have Python 3.6.x installed on your system. You can download it here.

Linux

  1. Clone this repo in your preferred directory:
    $ git clone https://github.com/connor-makowski/AnagramSolver.git
  2. Go to the root directory of the project AnagramSolver project using the cd command.
    $ cd AnagramSolver
  3. Use python to execute the Anagram.py program.
    $ python Anagram.py

About

A simple python tool to solve anagrams


Languages

Language:Python 100.0%