Python Mini and Major Projects with source code

Get Instagram Account Details using Python

Get Instagram Account Details using Python With Source Code Introduction : Hello Curious Coders, In this Project we are going to fetch the details of an Instagram Account. There is pre defined package in python named instaloader which is going to allow us to scrape through the instagram account of someone. Let’s get into it….. […]

pikachu using python

Drawing Pikachu Using Python With Source Code Introduction: In Python, the  turtle is one of the most exciting libraries which enables the user to create pictures on a virtual canvas, with the help of the in-built functions of this library we can see the magic of art. In this project, with the help of this […]

Building Our Own ChatGPT using Python With Source Code Introduction: In This article, we’ll show you how to create a chatbot using OpenAI python. OpenAI is an artificial intelligence research organization that provides a platform for building and training machine learning models. ChatGPT is one of the most popular Ai Models which can be used […]

Detect Plagiarism in files using Python With Source Code Introduction Hello Curious Coders,In this project we are going to discuss how to check the plagiarism between thecontents present in two different text files. In python this can be done usingpredefined package difflib but we are going to check it manually. Let’s get into it…. Source […]

Language Detection using Python

Language Detection of a Sentence using Python With Source Code Introduction Hello Curious Coders, In this project, we are going to learn how to detect the language in text using Python with the help of libraries like long detect. This parses through the basic functions of langdetect library and is going to detect the sentence […]

Convert Black & white Image into Color using python

Black and White to Colour Images using Python With Source Code Introduction Hello Curious Coders, In this project we are going to convert the Blacka and White Image to Colour Image using Python. To do so in python we have a popular package named as CV2 which is most used to perform image related operations. […]

Convert Black & white Image into Color using python

Photo Collage Maker using Python With Source Code Introduction Hello Curious Coders, In this Project we are going to discuss how to form a collage of images using python. The Photo Collage is a group of multiple photographs or images arranged and displayed together in a single composition. The PIL packeg is used to generate […]

Wordcloud Output

WordCloud using Python Hello Curious Coders, WordCloud is a graphical representation technique where the words are displayed based on their frequency in the text provided. This is used when one want to analyze and find out the frequent words of a paragraph just by looking at an image. So here is the code to implement […]

Birthday Wishes Using Python With Source Code Introduction : Hello Curious Coders, In this Project we are going to generate simple Birthday wishes using turtle package in python. Turtle is a package in python which is responsible to produce some graphics. So here is the Code…. Source Code import turtle # Create a turtle object […]

OTP Verification using Python With Source Code Introduction: In this project, we have made an OTP verification System with Help of various libraries. First of all, we made use of Tkinter for creating the GUI for our project. Next to that, to generate the random Numbers as OTP we used a random module. At last, […]

Quiz Application Using Python With Source Code Introduction: In this project, we have built a Quiz Application with the help of the  tkinter module in Python. In this, users will be provided with a GUI in order to select one of the correct options. As the user will choose the correct option the point will increase. […]

BMI Calculator using python With source Code Introduction: In this project, we will build up an Advanced BMI Calculator by the tkinter library of Python. It is the standard GUI library of Python. With the help of sliders, the user can mention their height and weight, by clicking the report button they can see their calculated […]

Scientific calculator using Python With Source Code Introduction: In this project, we build up the scientific calculator using the tkinter library of Python. It is the standard GUI library for Python. With its help, we prepared the GUI for the project, and to add the functionalities of the scientific calculator, we used a math module. […]

Draw Doraemon Using Python With Source Code Introduction: In Python, the turtle is one of the most interesting libraries which enables the user to create pictures on a virtual canvas, with the help of the in-built functions of this library we can see the magic of art. In this project, with the help of this […]

Convert text into speech using python

Convert Text to speech using python With source Code Introduction: In this project, we will convert the text into speech using Python. It will be made possible by using the gTTS module in Python. It is a Python library and CLI tool to interface to Google Translate Text to speech API. Let’s get into this […]

GUI alarm Clock Using Python With Source Code Introduction: In this project, a GUI alarm clock has been created with help of the “Tkinter” module. Tkinter is a standard GUI library for python. With the help of this module, we have created a simple GUI interface for setting the alarm details. As per the requirement, […]

Flappy Bird Game Using Python With Source Code Introduction: In this project, we have created a game using the “Pygame” module in python. The game is named “Flappy Bird”. Most of you have played this game on your mobile phones and now it’s time to code this game by yourself. If you haven’t played this […]

Hangman Game using python With Source Code Introduction:  In this project, we have created a Hangman game with the help of the “Pygame” module in Python language. Basically, it is a guessing game. The player tries to guess it by suggesting letters within a certain number of guesses. If the guessed word is correct within […]

sudoku game using python

Sudoku Game Using Python With Source Code Introduction: In this project, we have created a Sudoku Game with the help of a module named “Pygame”. Basically, in this, a random grid will be produced containing digits from 1 to 9 with the help of an API. To play this game: Each row, column, and square […]

GUI Based Internet Speed Test Using Python With Source Code Introduction: python language is one of the most preferred programming languages in today’s scenario of the data science field. Because of its simple syntax and vast libraries/packages/modules, implementing various applications/programs/codes is very handy. Explanation: GUI is one of the best interfaces for a user to […]

Ping pong game using python With Source Code Introduction: In this project, we have tried to create a ping pong game via using the “pygame” module of python. If we talk about the game then, in this game, there are two sides considered as player1 and player2, and a ball is present which needed to […]

Snake Game Using Python With Source Code Introduction: In this project, we have created a snake game using a python module named  “Pygame”. Basically, in this game, the user will control the movement of the snake through the keyboard arrows and direct the snake in the direction of food, as the snake eats the food […]

Creating A WaterMark on Image using OpenCV with Source Code Introduction: We are now making watermarking images using OpenCV in Python in this project. Watermark is looking left Text/logo onto the image. This helps us to identify the actual developer of an artist. Watermarks are used to protect the copyright of the picture. watermarks sometimes […]

radha krishna drawing using python

Radha Krishna Drawing using Python with Source Code Installation: In this project, we’ll explore how Python’s graphics library can be used to draw a pleasing picture of Radha Krishna, one of the most beloved gods in Hinduism. So just relax and tune into an amusement for the eye and mind. Python comes with open source […]

GUI Digital Clock Using Python with Source Code Introduction: In this Project, I will show you. How to Create Graphical User Interface of Digital Clock and How to Design your clock beautifully. We are Using Tkinter, which is a framework of Python Programming Language. In which we can design your outer part of the project […]

Get Huge Discounts
More Python Projects
The current query has no posts. Please make sure you have published items matching your query.