Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (7 loc) · 479 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 479 Bytes

WordReader

Simple Python script to parse text data from a file and output the word with the most repeating characters

What

This project is a simple Python script to parse a text file as a string, scan each word, and output the word with the most repeating characters. In the event of a tie, it outputs a single word. This is my first-ever Python project…

Legal

This work is licensed under the Mozilla Public License 2.0.