Skip to content

Himel-Sarder/codealpha_tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeAlpha Internship Tasks

This repository contains the tasks completed as part of my internship at CodeAlpha. The tasks showcase my skills in Python development, with a focus on building interactive applications and automating repetitive tasks.

Table of Contents

Chatbot

File: CHATBOT.py
An interactive chatbot built using Natural Language Processing (NLP) with Python's NLTK library. The chatbot can respond to common queries, offer help, and even tell a joke!

Features:

  • Greet and introduce itself
  • Respond dynamically to user input
  • Provide support and answers based on predefined patterns
  • Tell programming-related jokes

Hangman Game

File: HANGMAN_GAME.py
A simple yet classic command-line game built in Python. In this game, players guess the letters of a hidden word before they run out of attempts.

Features:

  • Random word generation
  • Tracking player’s incorrect guesses
  • Displaying a visual representation of the hangman

Task Automation Script

File: TASK_AUTOMATION.py
A Python script to automate file organization based on file types. This script categorizes files in a directory (e.g., images, documents, etc.) and moves them into respective folders.

Features:

  • Organizes files by type
  • Handles various file extensions
  • Moves uncategorized files into a 'Miscellaneous' folder

License

This repository is licensed under the MIT License. See the LICENSE file for details.

Thank You 🤍😻

About

This repository contains Python scripts developed during my internship at CodeAlpha.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages