Coding Activities by Soumalya Das

AI Movie Recommendation System

TIC TAC TOE

Rule based Chatbot

Create an rule-based chatbot using Python.

Hello AI

Create a basic Python program that simulates an AI chatbot, interacting with users through text and responding intelligently based on their input.

Hello AI

Create a basic Python program that simulates an AI chatbot, interacting with users through text and responding intelligently based on their input.

Restaurant Management System

Create a Restaurant order Management using the Python library Tkinter.

Denomination Calculator

Write a Python program to create a Denominator Calculator to calculate the number of notes of denominations - 2000, 500, and 100 for the amount entered by the user. And create its GUI for the user by using the Tkinter library.

Let’s Top a Window

Create a root window that contains a button. And when the user clicks this button, a new window will open up using the Top Level functionality of Tkinter.

My Text Editor

Create a text editor application that can perform these operations - edit a file, open a file and save a file using Python library Tkinter.

Getting started with widgets

Write a program to create a Pygame window that takes the user's name as input and displays a personalized message. Use labels, buttons, entry, and text widgets to develop this application.

Pygame Window

Write a Python program to - create an empty Tkinter window, set the title to it, and set its geometry.

Space Invader Game

Write a program to create a Space Invader Game using Pygame Library in Python.