Skip to content

prasoonkandel/Python-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ Prasoon's Python Projects

A collection of cool Python projects I've built while learning programming, AI, and game development. Projects include a voice assistant, a text converter, a Pygame space shooter, a calculator with GUI, and face detection using OpenCV!


๐Ÿš€ Projects

๐ŸŽ™๏ธ Voice Assistant (Terminal-Based)

A smart assistant built using speech_recognition, pyttsx3, and webbrowser.
It listens to your commands, speaks back, and can perform actions like opening websites and answering questions.

Features:

  • Voice recognition and response
  • Web search & control
  • Expandable answer() backend function

โœ… Best for CLI lovers who want voice-powered automation.


๐Ÿง  AI to Human Text Converter

This project converts technical AI-generated content into simpler, more human-friendly explanations.

Features:

  • Python-based prompt transformation
  • Simple UI / CLI for quick use
  • Perfect for making AI outputs easier to read

๐Ÿ“š Useful for students, learners, and content editors.


๐Ÿš€ Space Shooter Game (Pygame)

An arcade-style space shooter game made using Pygame.
Dodge enemies, shoot bullets, collect reloads, and survive!

Features:

  • Player movement and shooting
  • Enemy and reload generation
  • Score count
  • Collision logic
  • Gameover screen

๐ŸŽฎ A fun way to learn game dev basics with object-oriented code.


๐Ÿงฎ GUI Calculator (Tkinter)

A simple calculator app built using Python's tkinter GUI library.

Features:

  • Modern and intuitive interface
  • Basic arithmetic operations
  • Good use of layout and input validation

๐Ÿ–ฅ๏ธ Great beginner GUI project for school or learning.


๐Ÿง Face Detection (OpenCV)

A face detection project using OpenCV where you can place an image in the images/ folder, update the filename in the code, and run main.py. It detects faces with rectangles and saves the result in the detected/ folder.

Features:

  • Face detection using Open CV
  • Easy to use: just replace image and run
  • Automatically saves output with rectangles drawn

๐Ÿ“ธ Simple and powerful introduction to computer vision.


๐Ÿ“ How to Run this

Clone the repository:

git clone https://github.com/prasoonkandel/python-projects.git
cd python-projects

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages