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

https://github.com/shubhrajps/pythondictionary

Dictionary app using Python. The application extracts data from the file and even checks for probable suggestions. If the word is present in the dictionary then it outputs the meaning of the word.
https://github.com/shubhrajps/pythondictionary

python python-3 python-3-6 python36

Last synced: 7 days ago
JSON representation

Dictionary app using Python. The application extracts data from the file and even checks for probable suggestions. If the word is present in the dictionary then it outputs the meaning of the word.

Awesome Lists containing this project

README

          

# PythonDictionary
Dictionary app using Python. The application extracts data from the file and even checks for probable suggestions. If the word is present in the dictionary then it outputs the meaning of the word.

## Prequisites
* Python 3.6
* SequenceMatcher Lib

## Screenshots

**Please click the image below to enlarge.**

## Getting started
The app is built in Python3 and coded using PyCharm IDE. To run this app, You just need to
run it as a simple python program.

## License

Copyright 2016 The Android Open Source Project, Inc.

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
See the NOTICE file distributed with this work for additional information regarding copyright ownership.
The ASF licenses this file to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions
and limitations under the License.