This repository showcases my internship projects, where I've applied my programming skills to solve real-world problems. Each project includes a detailed description, code, and documentation.
This repository contains a collection of Python projects that demonstrate various programming concepts and techniques.
- A classic word guessing game implemented using Python's Tkinter library.
- A simple chatbot built using the NLTK library for natural language processing.
- A tool that organizes files in a specified directory based on their extensions.
To run these projects, you'll need Python installed on your system. You may also need to install additional libraries depending on the specific project:
- tkinter
- NLTK
- No additional libraries required
pip install tkinter nltkUse code with caution.
Clone the repository and navigate to the hangman directory.
Run the Hangman game.py file.
Clone the repository and navigate to the chatbot directory.
Run the chatbot.py file.
Clone the repository and navigate to the file_organizer directory.
Run the file organizer (Automation with python ).py file and enter the path to the directory you want to organize.
Contributions to this repository are welcome! Please feel free to fork the repository, make your changes, and submit a pull request.