Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0d703ab

Browse files
requirements and readme added
1 parent 1148844 commit 0d703ab

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

‎Dictionary-GUI/README.md‎

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Dictionary GUI
2+
This script lets the user search for the meaning of words like a dictionary.
3+
4+
## Setup instructions
5+
In order to run this script, you need to have Python and pip installed on your system. After you're done installing Python and pip, run the following command from your terminal to install the requirements from the same folder (directory) of the project.
6+
```
7+
pip install -r requirements.txt
8+
```
9+
10+
After satisfying all the requirements for the project, Open the terminal in the project folder and run
11+
```
12+
python dictionary.py
13+
```
14+
or
15+
```
16+
python3 dictionary.py
17+
```
18+
depending upon the python version. Make sure that you are running the command from the same virtual environment in which the required modules are installed.
19+
20+
## Output
21+
![Sample output of dictionary script](https://i.postimg.cc/BvHqZDkz/dictionary1.png)
22+
![Sample output of dictionary script](https://i.postimg.cc/jSJTvPxj/dictionary2.png)
23+
24+
## Author
25+
[Ayush Jain](https://github.com/Ayushjain2205)

‎Dictionary-GUI/requirements.txt‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
PyDictionary

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /