• Stars
    star
    2
  • Language
    Python
  • License
    MIT License
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

In this project, I have made hangman game using Python. Hangman is a paper and pencil guessing game. Player thinks of a word, phrase or sentence and tries to guess it by suggesting letters or numbers, within a certain number of guesses. Player has the length of the word that have to guess, with some lifelines.

More Repositories

1

Facebook-Scraper

In this project, I have scraped the names of all the friends on Facebook after logging in with username and password, using selenium automation tool with python.
Python
5
star
2

Python-Basic-Algo

Here are my some of the basic python algo questions
Python
3
star
3

IMDB-Movie-Scraper

Using Beautiful-soup and Requests library to scrape the details of Top 250 Indian movies at https://www.imdb.com/india/top-rated-indian-movies/?ref_=nv_mv_250_in, and performed different analysis based on year, decade, genres, director, language and cast.
Python
3
star
4

Chatbot

I have made a chat-bot which helps you to get your everyday horoscope data and jokes according to your Horoscope sign and jokes endpoints, in Cliq (Zoho's Chat App). Here, are some of the end-points that have been connected to Cliq using Glitch (online express server host) in Express.js
JavaScript
3
star
5

NGO-Scraper

In this project, I have scraped the data of all the NGOs that donate funds certified by GiveIndia at https://www.giveindia.org/certified-indian-ngos according to their Location, and I have stored all the data in the ngo_scraper.json file.
Python
3
star
6

KBC-CLI-Game

In this project, I have made a simple KBC Game in Python which let's you ask some of the questions, and you'll be given four options for that. In this game, one 50-50 lifeline is there, which you can use to skip two wrong options out of four. You can use this lifeline only once.
Python
3
star
7

Google-News-Feed

In this project, I made Google-News-Feed App, where user can read and browse News. The App uses Next.js, the React's Framework for server-side rendering with Ant.D, as the UI/UX Library.
JavaScript
2
star
8

Java-Algo

In this project, I have solved some of the basic questions in Java to improve my Logical thinking.
Java
2
star
9

Saral-API

SARAL is the eLearning platform of NavGurukul, which is available on website http://saral.navgurukul.org. I have created a CLI based app where users can access the content of saral using the terminal.
JavaScript
2
star
10

Python-Requests-API

In this project, I have learnt how to make requests using Requests module in Python. I have also saved the list of all the courses in file.json file.
Python
2
star
11

JS-Algorithms

In this project, I have solved some of the logical questions from CodeSignal, Hackerrank and FreeCodeCamp.
JavaScript
2
star
12

Project-Euler

In this project, I have solved some of the questions of Project Euler (https://projecteuler.net/archives) in Java to improve my Logical thinking.
Java
2
star
13

webpack-react-app-template

This is the template for the webpack-react application.
JavaScript
2
star
14

Python-Recursion

In this project, I have solved some of the basic logical questions of Recursion in Python.
Python
2
star
15

Collaborative-Todo-Backend

In this App, you can assign Todos to the other person in a certain project, however, for now, the project owner and assignee can view the same projects, in which they both lie, and both can assign Todos to each other.
JavaScript
2
star
16

Axios

SARAL is the eLearning platform of NavGurukul, which is available on website http://saral.navgurukul.org. I have created a CLI based app where users can access the content of saral using the terminal.
JavaScript
2
star
17

Zomato-API

In this project, I have used Zomato-API (https://developers.zomato.com/) to get the details of restaurants present in a particular location. You'll be asked a location to fetch the details like average cost for two people, price ranges, has online delivery or not, and cuisines of that location.
JavaScript
2
star
18

Horoscope-Scheduler

In this project, I've scraped all the Horoscope-Data for every signs, using Axios, and Cheerio.js. And, I've used Node-cron to schedule it and send it to the Mail.
JavaScript
1
star
19

Todo-App-Frontend

In this project, I made a simple todo-app using react.js , the JavaScript library, in which you can add, edit and delete the task as per use.
JavaScript
1
star
20

React-Form

In this project, I made a simple Form in ReactJS that will validate the inputs according to some conditions for Name, Email-id and Password.
JavaScript
1
star
21

Todo-App-Backend

This is the backend of my Todo-Frontend-Repo that has been built on ReactJS. In this Backend part, I have used Axios-API to fetch and send data to the frontend and vice-versa. I have used ExpressJS to do so. I have also used JWT-authentication to verify the user. However, I didn't make any signup endpoint. Only Login endpoint is there.
JavaScript
1
star
22

Zomato-React-App

In this app, I've used Zomato-API with React.js to fetch the restaurants present in a particular location. You'll able to get the details like average cost for two people, price ranges, rating, has online delivery or not, and cuisines of that location.
JavaScript
1
star
23

Drive-To-Web

Using Google Drive API, I have shown the images of a public folder of my Drive to the web-browser, without any database.
Python
1
star
24

ImagesByGoogleAPI

In this project, I have shown the images of the public folder Images of my Drive, to the web-browser using Google-Drive-API
JavaScript
1
star
25

Tic-Tac-Toe-Game

In this project, I made a simple Tic-Tac-Toe Game using React library of JavaScript. In this Game, I do have implemented the feature of Winner and Game-Draw.
JavaScript
1
star
26

Turing-e-commerce-backend

In this project, I have made a backend of an e-commerce website using Express framework of NodeJS. I have also used JWT-authentication token to verify the customer.
JavaScript
1
star