Giter Site home page Giter Site logo

Hey! Nice to see you. 👋

I'm Ridoy 😀

I am a tech lover🥰 I love coding💻 and robotics🎎

problemsolvewithridoy

Connect with me:

ridoyhossain roboticsridoy https://www.youtube.com/channel/UCQ3qEtIH5zNxD7BfBmopoLw

Languages and Tools:

arduino aws c django git html5 mongodb mysql opencv python qt tensorflow unity

problemsolvewithridoy

problemsolvewithridoy

 problemsolvewithridoy

problemsolvewithridoy

Support:

problemsolve



Md. Ridoy Hossain's Projects

camera-with-python icon camera-with-python

we'll show you how to create a functional camera using Python programming language. We'll cover everything from creating the basic framework to programming the camera's functionalities and adding filters to your photos. This is a great tutorial for anyone interested in learning more about Python programming, image processing, and camera building

code-in-place-baby-snake icon code-in-place-baby-snake

In this assignment we are going to make a baby version of the classic Atari game of Snake. It was famously shipped on the original Apple II computers as well as Nokia phones.

code-in-place-final-project icon code-in-place-final-project

This is one of several final project ideas. You can implement any of the final project ideas, or you can come up with your own.

control-your-google-meet-and-zoom-meetings-using-python-and-opencv icon control-your-google-meet-and-zoom-meetings-using-python-and-opencv

we all are use Google Meet and Zoom for online meetings. One of the biggest problems during these online meetings is muting and unmuting the microphone. To solve this problem I created this project using Python and OprnCV. This system automatically unmuting your microphone when you speak during the meetings and automatically mute when you don't

crack-pdf-password icon crack-pdf-password

This Python script provides a solution to open password-protected PDF files. It uses the PyPDF2 library to remove the password from the PDF file and then opens it in the default PDF viewer of your system. This can come in handy if you have forgotten the password of a PDF file that you urgently need to access. With just a few lines of Python code

download-youtube-video-using-python icon download-youtube-video-using-python

Learn how to create your own Internet Download Manager (IDM) using Python with just 7 lines of code. In this video, we'll show you how to download YouTube videos quickly and easily. Say goodbye to slow download speeds and limited file formats. With this simple Python code, you can download videos in any quality and format you want.

game-controller-using-python icon game-controller-using-python

This project is a simple implementation of a game controller using Python and OpenCV. With this controller, you can control games using hand gestures captured by a webcam. This project is a great way to learn about computer vision, gesture recognition, and game development.

graphic-using-python icon graphic-using-python

"Graphic using Python turtle" is a GitHub repository that provides a collection of Python scripts for creating graphics using the Python turtle library. The turtle library is a standard Python library that provides an easy-to-use interface for creating graphics and animations. The repository includes code examples for creating simple and complex

hand-detection-using-python-and-cvzone icon hand-detection-using-python-and-cvzone

This project is a hand detection program written in Python. It uses computer vision techniques to identify and track the location of hands in real-time using a webcam.The program will open your default webcam and display the output on the screen. It will track the location of your hand in real-time and draw a bounding box around it.

home-automation-system icon home-automation-system

I have shown how to make an ESP32 Alexa home automation system with Echo DOT, manual switches, relay module, and ESP32. I have used Amazon Alexa App to control the home appliances with voice commands for this Alexa automation project.

love-calculator icon love-calculator

This is a Love Calculator project written in Python with an amazing GUI using the tkinter library. The project asks the user to input their name and the name of their crush, and then calculates a love percentage based on a simple algorithm. The result is displayed on the GUI, along with a funny message based on the love percentage.

make-your-won-computer-virus icon make-your-won-computer-virus

In this Project, I will show you how to create a harmless computer virus using Python programming language. This is a beginner-friendly project that will guide you through the process of creating a virus that doesn't cause any harm to your computer but can be a great learning experience. I will cover the basics of Python programming

phone-number-location-tracker-using-python icon phone-number-location-tracker-using-python

Are you curious about the location of a mobile number? Maybe you want to track a lost phone or keep tabs on your child's whereabouts. Whatever your reason, you can use Python to find the location of a mobile number. In this step-by-step guide, we'll show you how to track a mobile number's location using Python.

protect-your-file icon protect-your-file

Protect your PDF file using Python is a project aimed at securing sensitive information contained in PDF files by adding password protection. The program uses the PyPDF2 module to encrypt and password-protect the PDF files. This Python script allows users to enter the password and the path to the PDF file, and then creates a new PDF file

python-list-methods icon python-list-methods

This repository contains a collection of Python list methods implemented for educational purposes. These methods provide examples of common operations performed on list data structures.

qr-code-using-python icon qr-code-using-python

This is a Python script that allows you to generate QR codes easily. QR codes are two-dimensional barcodes that can store information such as URLs, text, or contact information. This script uses the qrcode library to generate QR codes

quiz-game icon quiz-game

This is a Quiz Game project developed in Python. The game is designed to test the knowledge of the players on various topics such as history, geography, science, etc. It is a beginner-friendly project, which can be used by anyone who wants to learn and practice basic programming concepts in Python.

remove-picture-background-using-python icon remove-picture-background-using-python

This is a simple Python script that removes the background of a picture using the remove.bg API. It takes an input image, sends it to the remove.bg API, and saves the output image with a transparent background.

robotics-hand-simulator-using-python-and-opencv icon robotics-hand-simulator-using-python-and-opencv

This project is a hand simulator for robotics applications, built with Python and a number of computer vision libraries. Using the CVZone and Mediapipe modules, the simulator tracks the movement of the user's hand and fingers in real-time, then maps these movements onto a 3D hand model. The OpenCV library is used for image processing

valentines-gift icon valentines-gift

Valentine's Gift using Python" is a project that creates a beautiful rose using the Python programming language. This project is perfect for those who want to express their love and affection to their loved ones on Valentine's Day. With just a few lines of Python code, you can create a stunning rose that can be customized with different colors

wordlist-using-python icon wordlist-using-python

The "Wordlist using python" project is a Python script that generates a list of words that can be used for various purposes, such as password cracking, dictionary attacks, or brute-force attacks. The script is designed to generate a wordlist based on user-specified parameters, such as word length, character set, and prefix/suffix options.

zoom-any-picture-using-hand-gestures- icon zoom-any-picture-using-hand-gestures-

This project showcases a Python application that allows you to zoom in and out of any picture using hand gestures. It utilizes the OpenCV library along with the cvzone module to detect and track hand gestures, enabling you to control the zoom level of an image effortlessly.

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.