Abbireddy Venkata Chandu

Results 4 repositories owned by Abbireddy Venkata Chandu

Social-Media-Analysis

19
Stars
0
Forks
19
Watchers

Clean & analyze social media data with Python. Explore trends, sentiments, & user behavior. Includes data cleaning, visualization, & insights.

Tic-Tac-Toe-Game

17
Stars
1
Forks
17
Watchers

Tic-Tac-Toe is a simple game where two players try to get three marks in a row on a 3x3 grid. The first player to achieve this wins. If no one does, it's a draw.

Hangman-Game-Python

17
Stars
0
Forks
17
Watchers

Hangman is a word-guessing game. The computer selects a random word, and the player tries to guess it letter by letter. The player has a limited number of attempts. Incorrect guesses lead to parts of...

Rock-Paper-Scissor-game

17
Stars
1
Forks
17
Watchers

Rock, Paper, Scissors is a simple game where two players choose one of three options: rock, paper, or scissors. The rules are: rock beats scissors, scissors beats paper, paper beats rock. If both choo...