Giter Club home page Giter Club logo

python-projects's Introduction

Projects Made in Python

This repository contains the projects made in Python during my learning phase.

1. Egg Catcher

This is basically a small game made in Python using "itertools", "random", "tkinter" libraries. In this is game, the user will be provided with a bucket. From the sky, some eggs will be fell and the user has to catch that eggs with the provided bucket. Everytime, the user looses a egg, one live will be decreased. Total 3 lives will be provided. And everytime, it catches a egg, score will be increased by 10.

2. Face Detection of an image

This project detects a face from a photo or any image.

3. Automatic System Usage Detector

Automatically detects whether due to overheating you have to shut down your PC or not. It prints "ERROR!", if your remaining Disk Usage is less than 20% and average CPU Usage in 1 sec is greater than 75%. Otherwise prints "Everything is OK!". It also checks your network connectivity.

4. Cater Pillar game

This is the game made in Python using its two library "Turtle" and "Random". In this, the user has to make the caterpillar to eat the food given in the GUI and the very moment it eats, the score increases by 10 and the very moment it touches the boundary, the game ends. And with the increase in the food it eats, its speed starts increasing.

5. Dice Stimulator

This is a type of GUI which is made in Python using "Random" library. It just shows the user the dice image made using alpha-numeric symbols. Everytime the user rolls the dice, the random function randomly choose a no. and the dice image graphics will be shown.

6. Screen Pet

This is basically a GUI of a pet made in Python using library "Tkinter". The pet will blink its eyes after a fixed interval. The very moment if the pointer hover on it, it starts blushing.

7. Dictionary

This is the simple dictionary made in Python using libraries: "json" and "difflib". In this, user is asked with a word of which he wants to know the meaning of. And then using "data.json" file, he will be get to know its meaning.

8. Complaint Management System

A Complaint Management System is a software application which is designed to take online complaints from customers and provide their solutions by some experts. It is the process of how organizations handle, manage, respond to and report customer complaints.

9. Face Detection Through Camera

This Project Detects faces that comes before the camera.

๐Ÿ‘‰This is how it detects face from the photo before the camera:

10. GUI Calculator

A Calculator using Tk GUI toolkit Framework in Python.

11. Match Maker

This is the small game made in Python using libraries "random", "time", "tkinter". In the given GUI, different symbols will be provided user has to recognise the symbols with their places and match them.

12. Motion Detector

This projects detects the change in the motion through the camera.

๐Ÿ‘‰We have a Problem statement of a company:

13. Hangman

This is a small game made in Python using library "random". In this game user has to guess a word with a alphabets. Everytime, the user is asked for the alphabet, if the alphabet is in the word then it is added to its required position otherwise one live will be lose. Total 9 lives be provided.

14. Slither-The Snake Game

The game involves controlling a single block or snakehead by turning only left or right by ninety degrees until you manage to eat an apple. When you get the apple, the Snake grows an extra block or body segment. If, or rather when, the snake bumps into the edge of the screen or accidentally eats himself the game is over. The more apples the snake eats the higher the score.

15. Smart Calculator

This is the Smart Calculator made in Python using library "tkinter". In this user is asked with the action he wants to perform and everytime he write, the action will be performed.

16. TicTacToe

Tic-tac-toe is a fun game that you can play any time and anywhere as long as you have a piece of paper, a pencil, and an opponent. Tic-tac-toe is a zero sum game, which means that if both players are playing their best, that neither player will win.

17. Word Cloud

Making a Word Cloud image Containing word's size based on their frequency. In this I have created a "Word Cloud" from a text by writing a script. This script needs to process the text, remove punctuation, ignore case and words that do not contain all alphabets, count the frequencies, and ignore uninteresting or irrelevant words. A dictionary is the output of the calculate_frequencies function. The wordcloud module will then generate the image from the dictionary.

18. Registration Form

This is the student registration form made in python using "Tkinter" library. All the details filled by user in it will be saved automatically in the Excel sheet attached to it.




Thanks for Reading :)

**********************

python-projects's People

Contributors

simran2104 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.