Skip to content

A program that inputs a file with words and outputs all anagrams within the file.

Notifications You must be signed in to change notification settings

anjarfr/anagrams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anagrams

What is this?

anagrams.py is a program that inputs the path to a text or csv file containing one word for each line. It then finds all the one-worded anagrams within the file and prints them.

Requirements

The only requirement to run this program is to have Python 3.5 or higher installed.

How to run the program

Run the program by running the command

$ python3 anagrams.py {filepath}

in the command line from the root folder, where {filepath} is an optional argument. filepath is the relative path to the file to read from. If no filepath is given, the program will use the default eventyr.txt file from the project folder.

About

A program that inputs a file with words and outputs all anagrams within the file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages