Python Projects Hub🐍Best Airdrops
483 subscribers
203 photos
24 videos
571 links
400+ python project with source code
Python Kivy , tkinter GUI Apps and most libraries with example project.
Download Telegram
🐍 Creating a PNG to JPG Image Converter GUI with Python Tkinter & PIL Library
🐍

πŸŽ₯ YouTube Video: 
https://youtu.be/AzoE0M-SmQs

πŸ”— Source Code:
https://www.samcodehub.com/Pillow/pillow.html

Description:
This code creates a simple GUI using the tkinter library for an image converter application. The GUI consists of a main window (root) with a canvas (canvas1) and two buttons (browse_png and saveasbutton). The purpose of the application is to open a PNG image file, convert it to a JPEG format, and save the result as a new file.

#Python #Programming #OpenSource #Project #SourceCode #ImageConvertor #PNGtoJPGConvertor #tkintergui #PIL
🐍 Converting Images to PDF with img2pdf and the PIL Library
🐍

πŸŽ₯ YouTube Video: 
https://youtu.be/NVFEzZjF4h0

πŸ”— Source Code:
https://www.samcodehub.com/Pillow/pillow.html

Description:
The project demonstrates the utilization of the img2pdf library, enabling the seamless conversion of image files into PDF format. By incorporating img2pdf’s functionality, developers can effortlessly transform image-based content into a more versatile and widely accessible document format.

#Python #Programming #OpenSource #Project #SourceCode #ImagetoPDFConvertor #img2pdf #PIL
🐍 Creating Loading Screen Progress Bars with Python TQDM Library
🐍

πŸŽ₯ YouTube Video:  https://youtu.be/21sX04SOI2w

πŸ”— Source Code:
https://www.samcodehub.com/TQDM/tqdm.html

Description:
The TQDM library in Python offers a convenient and efficient way to incorporate loading screen progress bars into your projects. It simplifies the process of visualizing the progress of a task or operation, providing real-time feedback to users.

#Python #Programming #OpenSource #Project #SourceCode #TQDM #LoadingScreen #ProgressBar
🐍  Extract Website HTML Code with Python Urllib.Request
🐍

πŸŽ₯ YouTube Video: 
https://youtu.be/BVHgVRzjIBM

πŸ”— Source Code:
https://www.samcodehub.com/URLLIB/urllib.html

Description:
This code allows you to easily fetch the HTML content of a specific webpage using Python and the Urllib.Request module. With just the URL of the webpage, you can retrieve its HTML code and have it displayed on the console. It's a straightforward and efficient way to access the underlying structure of a webpage and gather information for various purposes, such as data analysis or extracting specific data points.

#Python #Programming #OpenSource #Project #SourceCode #urlib.request #HtmlExtractor
🐍 Python Tkinter GUI: Building a Video Player with Tkvideo Library
🐍

πŸŽ₯ YouTube Video: 
https://youtu.be/SRA7-pAiPbYβ€Œ

πŸ”— Source Code:
https://www.samcodehub.com/Tkvideo/tkvideo.html

Description:
The tkvideo library allows you to create a video player using Tkinter by using the cv2 (OpenCV) module to read video frames and the PIL (Python Imaging Library) module to display them in a Tkinter canvas widget.

#Python #Programming #OpenSource #Project #SourceCode #tkvideo #videoplayer #tkintergui
🐍 Python Weather Updates: Scraping Data with Beautiful Soup and Requests Module
🐍

πŸŽ₯ YouTube Video: 
https://youtu.be/FF_BzMgi0Sk

πŸ”— Source Code:
https://www.samcodehub.com/BS4/bs4.html

Description:
Learn how to use Python's Beautiful Soup and Requests modules to scrape weather data from Google and retrieve real-time temperature updates for any location. Follow our step-by-step guide to web scraping and gain valuable insights into data manipulation with Python.

#Python #Programming #OpenSource #Project #SourceCode #beautifulsoup #bs4 #weatherupdates #webscraping
🐍 Python Script for Scraping Instagram User Data with BS4: Followers, Followings, Posts
🐍

πŸŽ₯ YouTube Video: 
https://youtu.be/cu9S1Dj8p24

πŸ”— Source Code:
https://www.samcodehub.com/BS4/bs4.html

Description:
Learn how to use Python and bs4 to scrape Instagram user data, including followers, followings, and posts. Our step-by-step guide will show you how to extract valuable insights from social media with the power of web scraping and data manipulation.

#Python #Programming #OpenSource #Project #SourceCode #beautifulsoup #bs4 #webscraping #InstagramScraping
🐍 Python Weather App with GUI: Building with Tkinter, PIL, BeautifulSoup, and Requests
🐍

πŸŽ₯ YouTube Video: 
https://youtu.be/Nrors3rnoJE

πŸ”— Source Code:
https://www.samcodehub.com/BS4/bs4.html

Description:
Learn how to build a weather app with a graphical user interface using Python and popular libraries like TkinterPILBeautifulSoup, and Requests. Follow our step-by-step guide and discover how to create a customized app that retrieves weather data in real-time and delivers it to your users.

#Python #Programming #OpenSource #Project #SourceCode #beautifulsoup #bs4 #webscraping #tkintergui #WeatherUpdates
🐍 How to Send Whatsapp Message using Python Pywhatkit Library
🐍

πŸŽ₯ YouTube Video: 
https://youtu.be/lxJU7yUrAVo

πŸ”— Source Code:
https://www.samcodehub.com/Pywhatkit/pywhatkit.html

Description:
To send the message, you'll need the phone number of the recipient and the content of the message itself. Use the sendwhatmsg() function provided by the pywhatkit library, passing the phone number and the message as arguments. For example, pywhatkit.sendwhatmsg("+1234567890", "Hello, this is a test message!").

#Python #Programming #OpenSource #Project #SourceCode #SendWhatsappMessage #PyWhatKit
🐍  How to Convert Image to Text Ascii Art using Python Pywhatkit Library
🐍

πŸŽ₯ YouTube Video: 
https://youtu.be/lMll5DGFIAY

πŸ”— Source Code:
https://www.samcodehub.com/Pywhatkit/pywhatkit.html

Description:
This project provides a compelling demonstration of how the pywhatkit library can be employed to effortlessly transform an image into captivating ASCII art. By leveraging the powerful capabilities of this library, the code elegantly accomplishes the task of converting an ordinary image into an awe-inspiring representation composed entirely of ASCII characters.

#Python #Programming #OpenSource #Project #SourceCode #PyWhatKit #ImagetoASCIIArt
🐍 How to Create Your Own Alexa Assistant using Python SpeechRecognition, pyttsx3, pywhatkit & pyjokes
🐍

πŸŽ₯ YouTube Video: 
https://youtu.be/4aK3HgkSJIE

πŸ”— Source Code:
https://www.samcodehub.com/Pywhatkit/pywhatkit.html

Description:
This code implements a simple virtual assistant that can perform a few tasks based on the user's spoken commands. When the program is run, it initializes several modules for speech recognition, text-to-speech conversion, playing a song on YouTube, getting the current time, retrieving information from Wikipedia, and getting a random joke.

#Python #Programming #OpenSource #Project #SourceCode #Alexa #VirtualAssistant #PyWhatKit #SpeechRecognition #Pyttsx3 #Pyjokes
🐍 Capturing Screens using PyAutoGUI and Tkinter Framework
🐍

πŸŽ₯ YouTube Video: 
https://youtu.be/eZ4cxgii8Jw

πŸ”— Source Code:
https://www.samcodehub.com/Pyautogui/pyautogui.html

Description:
In this Python project, we'll go through the process of building a simple yet powerful GUI application using the Tkinter framework. We'll empower this application with the ability to capture screenshots using the PyAutoGUI library. By implementing a capture screenshot button, users can easily trigger the process, resulting in the capture of the entire device screen. Furthermore, the captured file will be automatically saved as a PNG file for convenient access and compatibility.

#Python #Programming #OpenSource #Project #SourceCode #PyAutoGui #tkintergui #CaptureScreenshot
🐍  Auto Typing with Python: Using the PyAutoGUI Module for Automated Typing
🐍

πŸŽ₯ YouTube Video: 
https://youtu.be/bGlc7hHu8vM

πŸ”— Source Code:
https://www.samcodehub.com/Pyautogui/pyautogui.html

Description:
This code uses the typewrite() function from the pyautogui module to simulate typing the given text string 'what is your opinion about samcodehub?'. The interval parameter sets the number of seconds to wait between typing each character in the string. In this case, the interval is set to 0.30, meaning that there will be a 0.3-second delay between typing each character.

#Python #Programming #OpenSource #Project #SourceCode #PyAutoGui #AutomateTyping