Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 687 Bytes

File metadata and controls

7 lines (5 loc) · 687 Bytes

Tutorial for use Simple Dictionary program

This file is a little tutorial for using Simple Dictionary program. This program based on command line so it doesn't have any GUI part. At the first of use, you have to give your word to the program. Then you'll see the result! something like definitions. After see the result you have to press Enter key on your keyboard to continue and ask for another question. If you want to exit from program, in first step (give your word to program) type: "exit()". the program will closed.

if you want to use the "py" file for run the program, you have to install "requests" and "os" python library on your computer.

That's it! I hope you enjoy it!