You are on page 1of 9

MINI PROJECT

CHATBOX
BACHELOR OF TECHNOLOGY
in
COMPUTER SCIENCE ND ENGINEERING
BY
RAVI KUMAR SHARMA(2001500100086)
VAIBHAW KUMAR(2001500100121)
Under the supervision of
VIKAS TIWARI
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
CET-IILM AHL ,GRTER NOIDA
METHODOLOGY

 With the help of the Chat-box you can ask live chat questions or provide requests, and it will reply
and take action. A chat widget can be dispatched in practically all chat applications including
Facebook Messenger, WhatsApp. A lot of apps use it now and people clearly understand that chats
are future marketing.
 This project insure the privacy of users.
HARDWARE AND SOFTWARE USED

1. Visual Studio Code or any other python IDE (support GUI).

2. Python 3.10(or newer) with all three Modules (Tkinter, Socket, and Threading).
LIMITATIONS

 There are no limitations in this project as it is free to use and an easy GUI based application where user have
to connect server and run client file and start chatting. user can add up to 5 members. Here we use
multithreading so, it is to let the sending and receiving operations run alongside each other and by this way
our chatroom is real-time (instead of alternating between send() and recv() calls).
Output
Output
FUTURE SCOPE

 In future we will make it more end to end encrypted, secured and open free platform for every user.
 The first step to universal adoption is removing the current barriers to entry for chatbox usage.
 We will add a voice interface that can assist users with disabilities or those who are skeptical of technology.
 In future we can make it a whole big application using UI design and giving it a perfect shape, easy and
comfortable for users to add for users and also first thing we have to check is every user can chat without any
privacy for that we can use more modules and functions to make it more secured.
CONCLUSION

 We have discussed in the above content that this project brings the power of chat-box to and enriches its
usability and security of conversation. Chat-box can give
 human like conversation with some other users to some aspects and make it an enjoying conversation.
 I have implemented a simple chat-box where two or more person can have conversation whenever a user. We
intended to improve more security and end to end encryption between two users’ having conversation.
THANK YOU

You might also like