Git Product home page Git Product logo

wordsearchsolver's Introduction

README for wordsearchsolver.py


This program was written and tested in Python 3.7.4, and should work on all versions of Python from 3.7 upward. There are no dependencies/packages required outside of Python's standard library, so no package manager is required.

wordsearchsolver.py is a basic word search solver


To start using wordsearchsolver.py, simply install it, unzip the folder, and follow along with the following instructions:

The easiest way to use the program is to place a text file of the proper format in the same directory as wordsearchsolver.py: For an example of a properly formatted input file, check "test_1.txt" or "test_2.txt" found in the "tests" folder, in the same directory as this README file.

Run wordsearchsolver.py with Python 3.7 (or greater) installed on your computer, and it will prompt you to enter the name of the file you want to open.

For example, when the program prompts you to "Enter the name of the text file containing your input word search:", if your text file is named "test.txt", you simply must type "test.txt" (without quotation marks) and the program should run as intended.

As long as the file is in the same folder/directory as wordsearchsolver.py (or you enter the correct path relative to the location of worsearchsolver.py), the program will proceed to solve the word search contained in the input text file, format the results, and output them to the python terminal/command line, as required by the program specifications.

If you are having any problems running the file, check that your text file formats are correct, that your files are in the right directories, and that you are running the right version of Python (all described above). If you are still running into any issues, you can contact me with any questions at [email protected]


This program was authored/developed by Gregory Kubiski :)

wordsearchsolver's People

Contributors

gkub avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.