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.
- Host: GitHub
- URL: https://github.com/ctoic/word-search-engine
- Owner: Ctoic
- Created: 2022-10-24T16:18:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T16:38:56.000Z (over 3 years ago)
- Last Synced: 2025-03-04T07:31:38.182Z (over 1 year ago)
- Topics: project, pysimplegui, python, wordsearch
- Language: Python
- Homepage:
- Size: 2.38 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Word-Search-Engine

# 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