An open API service indexing awesome lists of open source software.

https://github.com/ctoic/word-search-engine

Searching words from list of files.
https://github.com/ctoic/word-search-engine

project pysimplegui python wordsearch

Last synced: 8 months ago
JSON representation

Searching words from list of files.

Awesome Lists containing this project

README

          

# Word-Search-Engine

![GUI-1](https://user-images.githubusercontent.com/90936436/201975817-fdc02607-e453-4ad0-81b8-121469d7e693.png)

# Prerequisite

### Python Simple Gui
SimpleGUI is a python component that is being used widely for creating interactive games. Python is high level programming language, it is being used for both small and large scale application development. Python runs on almost all popular operating systems and its interpreters are available for all platforms. With all the advancements in python, SimpleGUI is one of them. Developers all around the world use this component for the development of games and it has gained popularity with the passage of time.

### Installing Python SimpleGUI on Ubantu
1. To install this tool on Ubantu First you have to install the python setup tool.

$ sudo apt-get install python-setuptools

2. Now Install python-tk pakage otherwise you will get error.

$ sudo apt-get install python-tk

3. You are almost there , Install simplegui with following command.

$ sudo easy_install simplegui