PySeek
PySeek
  • 117
  • 239 654
Creating a Finger Counter using Python, OpenCV & Mediapipe | Source Code
In this video, you will see a live demonstration of a finger counter project which is developed using Python programming language. In this project, I used OpenCV and the Mediapipe library.
💻 Source Code
☛pyseek.com/2024/09/create-a-finger-counter-using-python-opencv/
👨🏽‍💻The Author
Subhankar Rakshit: pyseek.com/about/
👥Social Media
-------------------------------------------------------------------------
Facebook: pyseek/
Twitter: pyseek1
Instagram: subhankarraks
-------------------------------------------------------------------------
#python #computervision #opencv #pythonprojects
Переглядів: 38

Відео

Real-Time Face Distance Measurement Using Python | OpenCV & cvzone Project | Source Code
Переглядів 53Місяць тому
Watch the live output of our real-time face distance measurement project using Python, OpenCV, and cvzone. Learn how to calculate the distance between your face and the computer screen dynamically. For a complete tutorial with source code, visit the full article here: pyseek.com/2024/09/face-distance-measurement-using-python/ Don't forget to like, share, and subscribe for more Python projects! ...
Creating a Face Filter in Python | Lips Color Changing Project | OpenCV & dlib | Source Code
Переглядів 62Місяць тому
In this short video, I demonstrate the output of my face filter project built in Python, where the lip color in an image is changed using OpenCV and dlib. Watch this quick demo to see how the filter works in action! If you’re interested in learning how to create this project step-by-step, check out the full article here: pyseek.com/2024/09/create-a-face-filter-in-python/. The article includes t...
How to Determine the Good Score of a Person Using Python | Fun Programming
Переглядів 22Місяць тому
I developed a Python program that calculates a "good score" based on a series of questions. 🎯 The program asks the user 24 questions that cover different aspects of personality, values, and behavior. By answering these questions on a scale from 1 to 5, the program calculates an average score and gives feedback based on that score. 💻 Source Code ☛pyseek.com/2024/08/determine-good-score-of-a-pers...
Bike Helmet Detection in Python using YOLO | Full Project Walkthrough + Source Code
Переглядів 1,1 тис.Місяць тому
In this video, we walk you through the process of developing a Bike Helmet Detection Project using Python and the YOLO library. We’ve created two Python programs: one for real-time helmet detection in videos and another for detecting helmets in images. What’s Inside? 00:00 Introduction 00:07 Downloading Custom Datasets 01:12 Uploading Datasets to Google Drive 02:10 Editing the data.yaml file 02...
Learn How to Create a Simple VPN Server using Python | 'socket' and 'ssl' libraries
Переглядів 3542 місяці тому
In this tutorial, you'll learn how to create a simple VPN server and client using Python. This video will guide you through every step of the process, from setting up your environment to running your VPN. What You'll Learn: *Setting up Python and necessary libraries *Generating SSL certificates *VPN server and client programs *Running and testing your VPN 💻 Source Code ☛pyseek.com/2024/07/creat...
Cybersecurity Basics: Exploring Brute-Force Attacks with Python | Educational Only
Переглядів 463 місяці тому
In this video, you'll see a simple password cracker program built using Python. Watch as we demonstrate how weak passwords are significantly more vulnerable than strong ones. This video shows the importance of using strong passwords through a brute-force password cracker program that easily cracks a simple password in just a few seconds. By the end of this video, you'll understand why robust, c...
How to use Python to find open ports on a network using Nmap
Переглядів 863 місяці тому
In this video, you'll learn about port scanning and how to build a Python program to scan ports on your own network or authorized devices using Nmap. We'll explore how port scanning helps identify potential vulnerabilities and emphasize the importance of ethical and responsible use. Get the full code and step-by-step guide in the article linked below: 💻 Source Code ☛pyseek.com/2024/07/create-an...
Who's on Your Network? Build a Network Scanner using Python (Find IPs and MAC addresses) | Scapy
Переглядів 773 місяці тому
Scapy Library Tutorial Creating a Network Scanner using Python's scapy library. It can identify IPs and MAC addresses of all the connected devices to a network. Curious about what’s happening behind the scenes? There is a complete article on my website including the Source Code. Visit the link below. Important Note This script is intended for educational purposes only. Always ensure you have pr...
Learn How to Access Your Mobile Camera as a Webcam using a Python Script | IP Webcam, OpenCV
Переглядів 1903 місяці тому
In this video, you will learn how to use your mobile camera as a webcam with a Python script. We demonstrate this process using the IP Webcam mobile app and the OpenCV library. Follow the link below for the source code and a detailed guide. 💻 Source Code ☛pyseek.com/2024/06/access-mobile-camera-as-a-webcam-using-python/ Let me know what you think in the comments!👇 👨🏽‍💻The Author Subhankar Raksh...
Create a Car Counter Project in Python using YOLO & OpenCV | Source Code | PySeek
Переглядів 2653 місяці тому
This video showcases a real-time vehicle/car counting system built with Python! We used YOLO for object detection and OpenCV for computer vision. Watch as the system automatically tracks and counts vehicles on the road from video footage. Want to build your own? Head over to the full guide on pyseek.com (link is given below). It includes everything you need, from setting up your environment to ...
Steganography: Hide Your Text Behind an Image using Python
Переглядів 664 місяці тому
Steganography is a way to conceal information within another medium. In this video, you’ll learn how to hide text behind an Image using Python’s stegano library. 💻 Source Code ☛pyseek.com/2024/06/steganography-in-python/ Let me know what you think in the comments!👇 👨🏽‍💻The Author Subhankar Rakshit: pyseek.com/about/ 👥Social Media Facebook: pyseek/ Twitter: pyseek1 Insta...
Secure Your Folders: Learn How to Encrypt & Decrypt Folders in Python | AES-256 Encryption
Переглядів 804 місяці тому
In this video, you will see, how to secure a folder containing sensitive information. You will learn how to encrypt and decrypt folders in Python using the powerful AES-256 encryption. Encryption makes the entire folder zipped and then encrypts that which cannot read or decrypt without having the exact 256-bit secret key. 💻 Source Code ☛pyseek.com/2024/05/encrypt-decrypt-folders-in-python-with-...
Encrypt Your Secret Message using Python | AES-256 Encryption | PySeek
Переглядів 955 місяців тому
In this video, you will see how to encrypt a text message in Python using AES-256 encryption. 💻 Source Code ☛pyseek.com/2024/05/how-to-encrypt-a-text-in-python/ Let me know what you think in the comments!👇 👨🏽‍💻The Author Subhankar Rakshit: pyseek.com/about/ 👥Social Media Facebook: pyseek/ Twitter: pyseek1 Instagram: subhankarraks
Send Your Private Photos Safely Online: Python Image Encryption App | AES-256 & Unique IV
Переглядів 1275 місяців тому
Want to share sensitive photos online without compromising privacy? This Python project encrypts your images using the powerful AES algorithm in CBC (Cipher Block Chaining) mode and SHA256, ensuring top-notch security. Features Included: 1. This application features a user-friendly interface built with Tkinter for a smooth and enjoyable experience. ✨ 1. You can Encrypt and Decrypt Images. 2. Th...
Create a Funny Fortune Teller Program using Python | PySeek
Переглядів 1306 місяців тому
Create a Funny Fortune Teller Program using Python | PySeek
Creating a Matrix Effect in Python with Curses library | PySeek
Переглядів 1436 місяців тому
Creating a Matrix Effect in Python with Curses library | PySeek
Build Your Own Image Compressor App using Python | Tkinter Project | PySeek
Переглядів 1347 місяців тому
Build Your Own Image Compressor App using Python | Tkinter Project | PySeek
Image Cropping in Python: Isolate any Shape from an Image using Coordinates | PySeek
Переглядів 908 місяців тому
Image Cropping in Python: Isolate any Shape from an Image using Coordinates | PySeek
Python Magic: Sketching the Charisma of Shah Rukh Khan in Python
Переглядів 10710 місяців тому
Python Magic: Sketching the Charisma of Shah Rukh Khan in Python
Python Tkinter Drawing Application: A Program for Drawing | PySeek
Переглядів 139Рік тому
Python Tkinter Drawing Application: A Program for Drawing | PySeek
A Music Player with Playlist in Python using Tkinter and VLC Library | Source Code | PySeek
Переглядів 499Рік тому
A Music Player with Playlist in Python using Tkinter and VLC Library | Source Code | PySeek
Python Age Calculator: Calculate Age in Years, Months, and Days | Source Code | PySeek
Переглядів 236Рік тому
Python Age Calculator: Calculate Age in Years, Months, and Days | Source Code | PySeek
Secure Your PDF Files: Encrypt and Decrypt with Python and Tkinter | Source Code | PySeek
Переглядів 400Рік тому
Secure Your PDF Files: Encrypt and Decrypt with Python and Tkinter | Source Code | PySeek
Build Your Own Personal Diary Application with Python | Source Code | PySeek
Переглядів 3,1 тис.Рік тому
Build Your Own Personal Diary Application with Python | Source Code | PySeek
Building a Custom Text Editor with Python | Source Code | PySeek
Переглядів 307Рік тому
Building a Custom Text Editor with Python | Source Code | PySeek
5 Python Tips and Tricks for Beginners | #shorts
Переглядів 44Рік тому
5 Python Tips and Tricks for Beginners | #shorts
I Create a Google Translator Application using Python | Tkinter Project | #shorts
Переглядів 74Рік тому
I Create a Google Translator Application using Python | Tkinter Project | #shorts
If You're a Programmer, You should try this Application | #shorts #python
Переглядів 172Рік тому
If You're a Programmer, You should try this Application | #shorts #python
Learn How to get Data from Wikipedia using Python | Web Scrapping | PySeek
Переглядів 545Рік тому
Learn How to get Data from Wikipedia using Python | Web Scrapping | PySeek

КОМЕНТАРІ

  • @dipalikashid7025
    @dipalikashid7025 10 днів тому

    I run this code but they give an error no module named pymysql

    • @pyseek
      @pyseek 10 днів тому

      Have you installed 'pymysql'?

    • @dipalikashid7025
      @dipalikashid7025 10 днів тому

      Yes sir

    • @dipalikashid7025
      @dipalikashid7025 10 днів тому

      What can I do now

    • @pyseek
      @pyseek 10 днів тому

      @@dipalikashid7025 send me the screenshot of the error message at contact@pyseek.com

    • @pyseek
      @pyseek 10 днів тому

      @@dipalikashid7025 Don’t worry, I will guide you

  • @dipalikashid7025
    @dipalikashid7025 10 днів тому

    Sir this code can be run on vs code

  • @martdiamond9633
    @martdiamond9633 11 днів тому

    Not clearly shown.

    • @pyseek
      @pyseek 11 днів тому

      @@martdiamond9633 Please clarify what do you want to know. I will try to explain.

    • @martdiamond9633
      @martdiamond9633 10 днів тому

      @@pyseek codes not clearly seen thank.

    • @pyseek
      @pyseek 9 днів тому

      @@martdiamond9633 Please visit pyseek.com and search for “login and registration form”. You will get a detailed article also with the Source Code.

  • @FatimaAlsayigh
    @FatimaAlsayigh 12 днів тому

    It works but this cordinate according to what ?? when i but the mous in center it should be 0,0 but its not ???? Can you tell me ??

    • @pyseek
      @pyseek 11 днів тому

      @@FatimaAlsayigh the top left corner should be (0,0)

  • @VinRoy-r8x
    @VinRoy-r8x 22 дні тому

    This is incredible keep working hard bro ❤

    • @pyseek
      @pyseek 21 день тому

      Appreciate the support!

  • @ashStar2003
    @ashStar2003 Місяць тому

    can we train at 10 epochs? 100 epochs are taking very much time.

    • @pyseek
      @pyseek 29 днів тому

      Yes, you can. But the detection accuracy will be declined significantly.

  • @georgepurification2748
    @georgepurification2748 Місяць тому

    Give me the source code

    • @pyseek
      @pyseek Місяць тому

      Visit pyseek.com and search "Shah Rukh Khan". You will get a detailed article, the Source Code, and necessary resources.

  • @guberan619
    @guberan619 Місяць тому

    Sir where can you download source code

    • @pyseek
      @pyseek Місяць тому

      Visit pyseek.com and search "Translator." You will get a detailed article, source code, and necessary resources.

  • @pyseek
    @pyseek Місяць тому

    Source Code: pyseek.com/2024/09/create-a-face-filter-in-python/

  • @ece01aarti56
    @ece01aarti56 Місяць тому

    Runtime is over .....can you please provide the best.pt file

  • @ibneaslam54
    @ibneaslam54 Місяць тому

    Dear can you provide me best.pt file

  • @VIDHYAV-l3z
    @VIDHYAV-l3z Місяць тому

    where i can get videos

    • @pyseek
      @pyseek Місяць тому

      Video 1: drive.google.com/file/d/1l4hZt8kTTjZ0Zf7eB6UEXWMZxji1D-fs/view?usp=sharing Video 2: drive.google.com/file/d/1ScmNhN7Zy0ZA7sSU17rZz9dzbeQYPk0r/view?usp=sharing Video 3: drive.google.com/file/d/118-qMrbaPqWYzDcD2DzvLXydnoVgSt1C/view?usp=sharing

  • @venujammula1119
    @venujammula1119 Місяць тому

    Unable to find source code

    • @pyseek
      @pyseek Місяць тому

      pyseek.com/2022/12/question-answering-system-in-python-using-nlp/

  • @pyseek
    @pyseek Місяць тому

    ➡Source Code: pyseek.com/2024/08/bike-helmet-detection-project-in-python/

  • @jeproxbibi1731
    @jeproxbibi1731 2 місяці тому

    So cute❤

  • @MuhammedMustafa-di5zf
    @MuhammedMustafa-di5zf 2 місяці тому

    great work!!!

  • @vinobapanneerselvam2556
    @vinobapanneerselvam2556 2 місяці тому

    Where is the source code. The link provided in the description consists of half code

    • @pyseek
      @pyseek 2 місяці тому

      pyseek.com/2022/10/create-a-network-traffic-monitor-using-python/

  • @pyseek
    @pyseek 2 місяці тому

    Source Code: pyseek.com/2024/07/create-a-simple-vpn-server-using-python/

  • @pyseek
    @pyseek 2 місяці тому

    0:00 Disclaimer 0:08 Setting Up the Environment 2:48 VPN Server Program 3:23 VPN Client Program 4:01 Running VPN Server and Client Programs 4:58 Source Code

  • @PrajwalShankar-bc3fv
    @PrajwalShankar-bc3fv 4 місяці тому

    Sir Can you tell what are used for front end and back end?

    • @pyseek
      @pyseek 4 місяці тому

      I used the Tkinter library only in the front end and in the back end, I used the MySQL database.

    • @PrajwalShankar-bc3fv
      @PrajwalShankar-bc3fv 4 місяці тому

      Thank you Sir

    • @PrajwalShankar-bc3fv
      @PrajwalShankar-bc3fv 2 місяці тому

      Sir what is the methodology for this project?

    • @pyseek
      @pyseek 2 місяці тому

      @@PrajwalShankar-bc3fv No problem! Head over to pyseek.com and search for "Library Management project." You will get a detail article on this project also with the Source Code.

  • @shakilkhanafridi5858
    @shakilkhanafridi5858 4 місяці тому

    Plz provide source code

    • @pyseek
      @pyseek 4 місяці тому

      Visit pyseek.com and search "Python age calculator". You will get a detailed article on this project also with the Source Code.

  • @rajvanshmalhotra931
    @rajvanshmalhotra931 4 місяці тому

    thanks it was actually frustrating to find the coordiates of the img in mac as we dont have ms paint although there are websites for this but few lines of code makes the job really easy 👍.

    • @pyseek
      @pyseek 4 місяці тому

      Glad the video helped you out!

  • @fadelthalib9706
    @fadelthalib9706 4 місяці тому

    hy can you help me, your program when i scan my face and my friend , that program tell the person is same person

  • @aman22127
    @aman22127 4 місяці тому

    Sir i m getting a problem after getting the page which is access denied for user "you username here '@' localhost" (Using password yes) what can i do...?

    • @pyseek
      @pyseek 4 місяці тому

      Please read this article carefully: pyseek.com/2022/04/library-management-system-project-in-python/ You will get complete guidance about this project.

  • @nikitakanwal9282
    @nikitakanwal9282 4 місяці тому

    Sir..my signup page isnt working..showing as PhotoImage has no __photoimage__photo attributes

    • @pyseek
      @pyseek 4 місяці тому

      Send me the sreenshot of the error message at contact@pyseek.com

    • @pyseek
      @pyseek 4 місяці тому

      Please check your emails.

  • @digitalmachine0101
    @digitalmachine0101 5 місяців тому

    Good information

  •  6 місяців тому

    Hlo Sir , I use this project as a minor project. Now I Want to know how to make this project as Major project ... Please guide me 🙏

    • @pyseek
      @pyseek 6 місяців тому

      Hi, thanks for reaching out! I'm glad you found my project useful for your minor project. To help guide you in expanding it into a major project, I'll need a little more information about what you're looking for.

    • @nikitakanwal9282
      @nikitakanwal9282 4 місяці тому

      Did u got the way to major project?

  • @antukhan5592
    @antukhan5592 6 місяців тому

    give us the code we want to see

    • @pyseek
      @pyseek 6 місяців тому

      Please visit pyseek.com. You will get an article on this topic, including clear explanations, step-by-step guidance, and the complete source code. If you encounter any challenges, don't hesitate to reach out - I'm happy to help!

  • @eniolahannah4385
    @eniolahannah4385 6 місяців тому

    Hi PySeek, Your code is so beautifully written The source code is not accessible anymore, what can I do about it

    • @pyseek
      @pyseek 6 місяців тому

      pyseek.com/2022/05/encrypt-and-decrypt-pdf-files-in-python-using-tkinter/

  • @atharvabarde8538
    @atharvabarde8538 6 місяців тому

    Source code??

    • @pyseek
      @pyseek 6 місяців тому

      Visit pyseek.com and search for "Login and Registration Form". You will get a detailed article on this topic with the Source Code also.

    • @atharvabarde8538
      @atharvabarde8538 6 місяців тому

      @@pyseek not showing any result, pls pls pls can share the link, it will REALLY helpful

  • @vinhbaonguyendinh9986
    @vinhbaonguyendinh9986 6 місяців тому

    that is great bro

  • @RITESHPATIL-wf3qw
    @RITESHPATIL-wf3qw 6 місяців тому

    can i get source code of GUI

    • @pyseek
      @pyseek 6 місяців тому

      Please visit 'pyseek.com' and search for "Image Compressor". You'll get a detailed article also with the Source Code.

  • @anun7823
    @anun7823 7 місяців тому

    Sir source code link is not available can you share it sir plz

    • @pyseek
      @pyseek 7 місяців тому

      Head over to pyseek.com/ and search for 'login and registration.' You'll find a complete article with a full explanation and the source code included! If you run into any problems working on the project, feel free to reach out at contact@pyseek.com

    • @anun7823
      @anun7823 7 місяців тому

      Thank you sir

  • @Sam-py9yo
    @Sam-py9yo 7 місяців тому

    For the lazy people, here is the full code (I changed it a bit but it's quite the same) : import datetime import os import tkinter def create_directory(): current_date = datetime.date.today() directory_name = current_date.strftime('%Y-%m-%d') if not os.path.exists(directory_name): os.mkdir(directory_name) def save_entry(): current_date_time = datetime.datetime.now() file_name = current_date_time.strftime('%Y-%m-%d %H-%M-%S') entry = text_entry.get('1.0', 'end-1c') directory_name = current_date_time.strftime('%Y-%m-%d') file_path = os.path.join(directory_name, file_name + '.txt') with open(file_path, 'w') as file: file.write(entry) window = tkinter.Tk() window.title('Diary') text_entry = tkinter.Text(window, height=20, width=50) text_entry.pack() save_button = tkinter.Button(window, text='Save', command=save_entry) save_button.pack() quit_button = tkinter.Button(window, text='Quit', command=window.quit) quit_button.pack() create_directory() window.mainloop()

  • @interesting-101
    @interesting-101 7 місяців тому

    Bro source code

    • @pyseek
      @pyseek 7 місяців тому

      Head over to pyseek.com. Search for "Face Recognition Login System" and you'll find a comprehensive article that includes source code, explanations, and even step-by-step guides to get you started.

  • @NamanGupta-i3v
    @NamanGupta-i3v 8 місяців тому

    soruce code available nhi ho rha web site per

    • @pyseek
      @pyseek 8 місяців тому

      Visit pyseek.com and search for "Login and Registration Form. Click on the article titled "Create a Login and Registration Form using Python and MySQL." Scroll down to the "Download Source Code" section and download the relevant files. This article provides a detailed explanation of the project and the code itself. I hope this helps!

  • @vinhbaonguyendinh9986
    @vinhbaonguyendinh9986 8 місяців тому

    that is great pro

    • @pyseek
      @pyseek 8 місяців тому

      Thanks! What specifically did you find most helpful about the video?

    • @vinhbaonguyendinh9986
      @vinhbaonguyendinh9986 8 місяців тому

      @@pyseek i studied a lot of coding skill from your video . i hope you will publish more video.

    • @pyseek
      @pyseek 8 місяців тому

      Wow, that means a lot to me! It's incredibly rewarding to know my videos are helping people learn. I'm definitely working on publishing more, so stay tuned and subscribe if you haven't already!

    • @vinhbaonguyendinh9986
      @vinhbaonguyendinh9986 8 місяців тому

      @@pyseek thanks for your comment.and l hope you will publish al lot video About python.

  • @matibaabbasi2667
    @matibaabbasi2667 8 місяців тому

    I couldn't find the predictor = dlib.shape_predictor() in your code, however it is present in the video.

    • @pyseek
      @pyseek 8 місяців тому

      Ok, let me check.

    • @StealthGainz
      @StealthGainz 8 місяців тому

      @@pyseek have you checked?

    • @pyseek
      @pyseek 8 місяців тому

      @@StealthGainz Thank you for reaching out! Have you had the chance to run the program? If so, are you encountering any errors? If you are experiencing issues, please let me know the specific error messages, and I'll be happy to guide you through resolving them. Your feedback is valuable, and I want to ensure that you have a smooth experience with the code.

  • @SarikaSarda123
    @SarikaSarda123 8 місяців тому

    wowww

  • @SarikaSarda123
    @SarikaSarda123 9 місяців тому

    can you write the code in the comments please nice vid :)

    • @pyseek
      @pyseek 9 місяців тому

      Thank you for watching! I'm glad you enjoyed the video. If you're interested in the source code, I have a detailed article on this topic on my website. You can find the complete code and more information in the description box below or by visiting pyseek.com. Feel free to explore and let me know if you have any questions.

    • @SarikaSarda123
      @SarikaSarda123 8 місяців тому

      @@pyseek thanks alot

  • @tdmarcher9238
    @tdmarcher9238 9 місяців тому

    please help .. at last while we are adding data it is showing as cannot add the data local host password sharing is yes... something in that way

    • @pyseek
      @pyseek 9 місяців тому

      Hi there! It sounds like you're experiencing an issue with adding data on localhost, and the error is related to password sharing. For a more detailed solution, please visit the following page: stackoverflow.com/questions/17975120/access-denied-for-user-rootlocalhost-using-password-yes-no-privileges. I hope you find the information helpful! If you have any further questions, feel free to ask.

  • @petermagenheim2389
    @petermagenheim2389 9 місяців тому

    What is the pip install?

    • @pyseek
      @pyseek 9 місяців тому

      Hey there! 'pip install' is a command used in Python programming to effortlessly install external libraries or packages. It's part of the Python Package Installer, also known as 'pip.' When you run 'pip install' followed by the name of a package, Python automatically fetches and installs that package from the Python Package Index (PyPI). I hope it helps! If you have any more questions or need further clarification, feel free to ask!

  • @ans7452
    @ans7452 9 місяців тому

    How you made it I also want to learn

    • @pyseek
      @pyseek 9 місяців тому

      Sure thing! Check out this article where I break down the process from scratch: pyseek.com/2023/12/shah-rukh-khan-using-a-python-code/

    • @ans7452
      @ans7452 9 місяців тому

      @@pyseek thanks

  • @sadiksaroar7053
    @sadiksaroar7053 10 місяців тому

    Sir do not work the source code.. please the source code...

  • @shanlk366
    @shanlk366 10 місяців тому

    i want to crop the area which is inside that coordinate, how can I do that?

    • @pyseek
      @pyseek 10 місяців тому

      Hi, I hope this message finds you well. My sincere apologies for the delayed response. Regarding your question, I appreciate your patience. Yes, it is indeed possible to achieve the desired outcome using the numpy and cv2 libraries. I'm currently working on the solution, and I estimate it will be ready within the next one to two days. I will reach out to you as soon as it's completed. Thank you for your understanding, and I look forward to assisting you further. Best regards, Subhankar Rakshit

    • @pyseek
      @pyseek 10 місяців тому

      The image cropping program in Python is ready for action! Feel free to check out the detailed article for a step-by-step guide. The link is provided here: pyseek.com/2023/12/image-cropping-in-python/

  • @lilacblossom4689
    @lilacblossom4689 10 місяців тому

    Thanks for the coding and your work but it's a request that can we get a detailed explanation of this program ASAP..... It would be a huge favour Thanks

    • @pyseek
      @pyseek 10 місяців тому

      Sure! Please check out this article where I've provided a detailed explanation of each step. Hope it helps! 😊 Here's the link: pyseek.com/2021/11/python-age-calculator-easily-determine-your-age/

    • @lilacblossom4689
      @lilacblossom4689 10 місяців тому

      @@pyseek thanks a lot 🙏

  • @alhimbiblia
    @alhimbiblia 10 місяців тому

    good work buddy

  • @Ajju-qm9vp
    @Ajju-qm9vp 10 місяців тому

    This code is not working

    • @pyseek
      @pyseek 10 місяців тому

      Sure, I'd be happy to help! Could you please provide more details about the issues you're facing with the code? This will help me better understand and assist you effectively. Thanks!

  •  11 місяців тому

    From PIL import Image,ImageTk ModulNotFoundError : No module named 'PIL' YE SHOW HO RHA HAI

    • @pyseek
      @pyseek 11 місяців тому

      Run this command: pip install Pillow

  • @krishnaentertainment4611
    @krishnaentertainment4611 11 місяців тому

    I want to this project

    • @pyseek
      @pyseek 11 місяців тому

      Please check the description box.