Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.17 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.17 KB

Python-Projects

mini projects using python

Project 1: Interactive Python Dictionary

This dictionary is able to tell you the meaning of given words, even if you type the wrong spelling it is capable of providing the suggestion, also it can handle inputs in any case. Data.json file is a dictionary where words are stored as key and meaning are stored as value so its a key value pair..
Python Project

Project 2: GUI translator using Python

Creating a GUI translator using Tkinter
GUI Translator

Project 3: Quotes Website (Shows quotes based on your mood)

This website Shows quotes by doing sentiment analysis on them, and automatically picks quotes based on your mood, either happy or sad.

Project 4:Chatbot Front End using Tkinter

This is a front end design for a chatbot application using Tkinter. the gui looks like this: GUI Design for a chatbot