PySeek
PySeek
  • 112
  • 209 425
Learn How to Create a Simple VPN Server using Python | 'socket' and 'ssl' libraries
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/create-a-simple-vpn-server-using-python/
Important Note
This is for educational purposes only, and this homemade VPN may not offer the same level of security and features as commercial VPN services.
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
👨🏽‍💻The Author
Subhankar Rakshit: pyseek.com/about/
👥Social Media
-------------------------------------------------------------------------
Facebook: pyseek/
Twitter: pyseek1
Instagram: subhankarraks
-------------------------------------------------------------------------
#python #cybersecurity #ethicalhacking #vpn
zhlédnutí: 148

Video

Cybersecurity Basics: Exploring Brute-Force Attacks with Python | Educational Only
zhlédnutí 31Před dnem
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...
Python Port Scanner with Nmap: Find Open Ports & Enhance Network Security
zhlédnutí 46Před 14 dny
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. 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-advanced-p...
Who's on Your Network? Build a Network Scanner using Python (Find IPs and MAC addresses) | Scapy
zhlédnutí 64Před 14 dny
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
zhlédnutí 110Před měsícem
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
zhlédnutí 160Před měsícem
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
zhlédnutí 58Před měsícem
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
zhlédnutí 50Před měsícem
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
zhlédnutí 45Před 2 měsíci
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 Encrypter (AES-256 & Unique IV)
zhlédnutí 75Před 2 měsíci
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
zhlédnutí 115Před 3 měsíci
In this video, you will see a funny fortune teller program created using Python. The program uses only user inputs to create a personalized fortune based on the chosen color and number, by the users. 💻 Source Code ☛pyseek.com/2024/03/fortune-teller-in-python/ Let me know what you think in the comments!👇 👨🏽‍💻The Author Subhankar Rakshit: pyseek.com/about/ 👥Social Media Facebook: pys...
Creating a Matrix Effect in Python with Curses library | PySeek
zhlédnutí 112Před 3 měsíci
In this video, you will see, a Python program that creates a matrix effect within the terminal or console using the Curses library. 💻 Source Code ☛pyseek.com/2024/03/creating-a-matrix-effect-in-python-with-curses/ Let me know what you think in the comments!👇 👨🏽‍💻The Author Subhankar Rakshit: pyseek.com/about/ 👥Social Media Facebook: pyseek/ Twitter: pyseek1 Instagram: i...
Build Your Own Image Compressor App using Python | Tkinter Project | PySeek
zhlédnutí 125Před 4 měsíci
This video shows a demonstration of an image compressor app that is built using Python. Python is a popular programming language, and for this app, it's used to handle the logic behind the compression. The app also uses two libraries: Tkinter for building the user interface (the buttons and windows you see) and Pillow for handling the image manipulation itself (like making the images smaller). ...
Image Cropping in Python: Isolate any Shape from an Image using Coordinates | PySeek
zhlédnutí 77Před 5 měsíci
Master Image Cropping in Python. In this video, you will see, how to isolate any object, shape, or even a person from an image by following the coordinates. Don't miss out! Get the Source Code from here 💻: pyseek.com/2023/12/image-cropping-in-python/ 👉Visit pyseek.com/ to get more lovely Python topics. Let me know what you think in the comments!👇 👨🏽‍💻The Author Subhankar Rakshit: pyseek.com/abo...
Python Magic: Sketching the Charisma of Shah Rukh Khan in Python
zhlédnutí 81Před 7 měsíci
Python Magic: Sketching the Charisma of Shah Rukh Khan in Python
Python Tkinter Drawing Application: A Program for Drawing | PySeek
zhlédnutí 127Před rokem
Python Tkinter Drawing Application: A Program for Drawing | PySeek
A Music Player with Playlist in Python using Tkinter and VLC Library | Source Code | PySeek
zhlédnutí 464Před rokem
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
zhlédnutí 192Před rokem
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
zhlédnutí 357Před rokem
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
zhlédnutí 2,6KPřed rokem
Build Your Own Personal Diary Application with Python | Source Code | PySeek
Building a Custom Text Editor with Python | Source Code | PySeek
zhlédnutí 198Před rokem
Building a Custom Text Editor with Python | Source Code | PySeek
5 Python Tips and Tricks for Beginners | #shorts
zhlédnutí 43Před rokem
5 Python Tips and Tricks for Beginners | #shorts
I Create a Google Translator Application using Python | Tkinter Project | #shorts
zhlédnutí 72Před rokem
I Create a Google Translator Application using Python | Tkinter Project | #shorts
If You're a Programmer, You should try this Application | #shorts #python
zhlédnutí 171Před rokem
If You're a Programmer, You should try this Application | #shorts #python
Learn How to get Data from Wikipedia using Python | Web Scrapping | PySeek
zhlédnutí 439Před rokem
Learn How to get Data from Wikipedia using Python | Web Scrapping | PySeek
Messi🇦🇷 vs Ronaldo🇵🇹 in Python | PySeek
zhlédnutí 307Před rokem
Messi🇦🇷 vs Ronaldo🇵🇹 in Python | PySeek
Happy New Year in Python | Python Program | Happy New Year 2024 | PySeek
zhlédnutí 1,8KPřed rokem
Happy New Year in Python | Python Program | Happy New Year 2024 | PySeek
Question Answering System in Python using NLP | Artificial Intelligence Project | PySeek
zhlédnutí 621Před rokem
Question Answering System in Python using NLP | Artificial Intelligence Project | PySeek
Sentiment Analysis of Amazon Reviews using Python - NLP | Artificial Intelligence | PySeek
zhlédnutí 311Před rokem
Sentiment Analysis of Amazon Reviews using Python - NLP | Artificial Intelligence | PySeek
Spelling Checker & Corrector in Python | Natural Language Processing | NLP | Machine Learning
zhlédnutí 728Před rokem
Spelling Checker & Corrector in Python | Natural Language Processing | NLP | Machine Learning

Komentáře

  • @pyseek
    @pyseek Před dnem

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

  • @pyseek
    @pyseek Před dnem

    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 Před měsícem

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

    • @pyseek
      @pyseek Před měsícem

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

    • @PrajwalShankar-bc3fv
      @PrajwalShankar-bc3fv Před měsícem

      Thank you Sir

    • @PrajwalShankar-bc3fv
      @PrajwalShankar-bc3fv Před 7 dny

      Sir what is the methodology for this project?

    • @pyseek
      @pyseek Před 6 dny

      @@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 Před měsícem

    Plz provide source code

    • @pyseek
      @pyseek Před měsícem

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

  • @rajvanshmalhotra931
    @rajvanshmalhotra931 Před 2 měsíci

    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 Před 2 měsíci

      Glad the video helped you out!

  • @fadelthalib9706
    @fadelthalib9706 Před 2 měsíci

    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 Před 2 měsíci

    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 Před 2 měsíci

      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 Před 2 měsíci

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

    • @pyseek
      @pyseek Před 2 měsíci

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

    • @pyseek
      @pyseek Před 2 měsíci

      Please check your emails.

  • @digitalmachine0101
    @digitalmachine0101 Před 2 měsíci

    Good information

  •  Před 3 měsíci

    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 Před 3 měsíci

      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 Před 2 měsíci

      Did u got the way to major project?

  • @antukhan5592
    @antukhan5592 Před 3 měsíci

    give us the code we want to see

    • @pyseek
      @pyseek Před 3 měsíci

      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 Před 3 měsíci

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

    • @pyseek
      @pyseek Před 3 měsíci

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

  • @atharvabarde8538
    @atharvabarde8538 Před 3 měsíci

    Source code??

    • @pyseek
      @pyseek Před 3 měsíci

      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 Před 3 měsíci

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

  • @vinhbaonguyendinh9986
    @vinhbaonguyendinh9986 Před 3 měsíci

    that is great bro

  • @RITESHPATIL-wf3qw
    @RITESHPATIL-wf3qw Před 4 měsíci

    can i get source code of GUI

    • @pyseek
      @pyseek Před 4 měsíci

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

  • @anun7823
    @anun7823 Před 4 měsíci

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

    • @pyseek
      @pyseek Před 4 měsíci

      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 Před 4 měsíci

      Thank you sir

  • @Sam-py9yo
    @Sam-py9yo Před 4 měsíci

    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 Před 5 měsíci

    Bro source code

    • @pyseek
      @pyseek Před 5 měsíci

      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.

  • @user-om7gj5bf8o
    @user-om7gj5bf8o Před 5 měsíci

    soruce code available nhi ho rha web site per

    • @pyseek
      @pyseek Před 5 měsíci

      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 Před 5 měsíci

    that is great pro

    • @pyseek
      @pyseek Před 5 měsíci

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

    • @vinhbaonguyendinh9986
      @vinhbaonguyendinh9986 Před 5 měsíci

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

    • @pyseek
      @pyseek Před 5 měsíci

      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 Před 5 měsíci

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

  • @matibaabbasi2667
    @matibaabbasi2667 Před 6 měsíci

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

    • @pyseek
      @pyseek Před 6 měsíci

      Ok, let me check.

    • @StealthGainz
      @StealthGainz Před 6 měsíci

      @@pyseek have you checked?

    • @pyseek
      @pyseek Před 6 měsíci

      @@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 Před 6 měsíci

    wowww

  • @SarikaSarda123
    @SarikaSarda123 Před 6 měsíci

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

    • @pyseek
      @pyseek Před 6 měsíci

      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 Před 6 měsíci

      @@pyseek thanks alot

  • @tdmarcher9238
    @tdmarcher9238 Před 6 měsíci

    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 Před 6 měsíci

      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 Před 7 měsíci

    What is the pip install?

    • @pyseek
      @pyseek Před 7 měsíci

      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 Před 7 měsíci

    How you made it I also want to learn

    • @pyseek
      @pyseek Před 7 měsíci

      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 Před 7 měsíci

      @@pyseek thanks

  • @sadiksaroar7053
    @sadiksaroar7053 Před 7 měsíci

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

  • @shanlk366
    @shanlk366 Před 7 měsíci

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

    • @pyseek
      @pyseek Před 7 měsíci

      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 Před 7 měsíci

      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 Před 7 měsíci

    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 Před 7 měsíci

      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 Před 7 měsíci

      @@pyseek thanks a lot 🙏

  • @alhimbiblia
    @alhimbiblia Před 7 měsíci

    good work buddy

  • @Ajju-qm9vp
    @Ajju-qm9vp Před 8 měsíci

    This code is not working

    • @pyseek
      @pyseek Před 8 měsíci

      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!

  •  Před 8 měsíci

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

    • @pyseek
      @pyseek Před 8 měsíci

      Run this command: pip install Pillow

  • @krishnaentertainment4611
    @krishnaentertainment4611 Před 8 měsíci

    I want to this project

    • @pyseek
      @pyseek Před 8 měsíci

      Please check the description box.

  • @krishnaentertainment4611
    @krishnaentertainment4611 Před 8 měsíci

    Pls explain pannunga

  • @krishnaentertainment4611
    @krishnaentertainment4611 Před 8 měsíci

    Bro encryption agamatudhu bro

  • @user-st7zc9bg9b
    @user-st7zc9bg9b Před 9 měsíci

    which text editor u are using

    • @pyseek
      @pyseek Před 9 měsíci

      Visual Studio Code

  • @ZoeandJoshua23
    @ZoeandJoshua23 Před 9 měsíci

    Omg I saw someone else do this and I couldn’t find the source code but you helped me! I give you a definite 👍🏿!

    • @pyseek
      @pyseek Před 9 měsíci

      Thank you for your kind words! I'm glad I could help you with this program. Just to clarify, this program was originally developed on my website, and I've seen that it has inspired others. It's always great to see people learning and building upon each other's work in the tech community. If you have any questions or need further assistance, feel free to ask. I'm here to help!

  • @dhruvptl2417
    @dhruvptl2417 Před 9 měsíci

    I got an errror while install dlib i.e could you build wheels for dlib,which is required to install pyproject.toml-based projects. Can you tell me how to solve it

  • @neetu_1608
    @neetu_1608 Před 9 měsíci

    Yess, mere se me project run nhi ho raha yhhh error aa ra h.... error due to( 1045, " access denied for user ' your username here '@'localhost'(using password:yes)")

    • @neetu_1608
      @neetu_1608 Před 9 měsíci

      Please iska solution btado...mko bhut jrurt hai

    • @pyseek
      @pyseek Před 9 měsíci

      @@neetu_1608 Of Course, I'd be happy to help you with that! Please let me know, have you followed all the steps I described in the article? Especially the "The Project Details" and "Create a Database and a Table" sections.

    • @pyseek
      @pyseek Před 9 měsíci

      The problem arises because there seems to be a mismatch in the credentials you're using to log into your MySQL server. However, no need to be concerned; I've simplified the solution. Please revisit the article where I've included additional information on this topic. Hopefully, it will provide the assistance you need.

  • @Caratduell
    @Caratduell Před 9 měsíci

    @PySeek when the webcam is on, the admin login shows "access denied". Can u help me with that?

    • @pyseek
      @pyseek Před 9 měsíci

      Of course, I'd be happy to help you with that! Before we proceed, could you confirm whether you've followed all the steps outlined in the article I shared? ( pyseek.blogspot.com/2022/09/face-recognition-login-system-using-python.html ) This will help us pinpoint the issue more effectively and ensure that we're addressing any potential troubleshooting steps you may have missed.

    • @Caratduell
      @Caratduell Před 9 měsíci

      @@pyseek yes, I've followed all the steps and created the database using cmd for mysql. Also, I've wanted to ask whether the source you've provided is just for the admin panel connected to database or the whole 'face recognition attendance system' project?

    • @pyseek
      @pyseek Před 9 měsíci

      @@Caratduell I 'm assuming that you have successfully established the necessary database, created the corresponding table, and configured the remaining prerequisites. Now you should insert the username and password you generated for database access as the admin into the "credentials.py" program file. Have you completed the preceding actions as I illustrated?

    • @Caratduell
      @Caratduell Před 9 měsíci

      @@pyseek yes, I've already changed the username and password in the credentials file... But after running and clicking on "register" On the login panel... It shows access denied (your_username@localhost password: yes)

    • @pyseek
      @pyseek Před 9 měsíci

      @@Caratduell Please read this article carefully: stackoverflow.com/questions/20353402/mysql-access-denied-for-user-testlocalhost-using-password-yes-except-ro It may help you to solve the problem. Please let me know again about the outcome.

  • @likhithreddy9536
    @likhithreddy9536 Před 9 měsíci

    Where can i get full code ??

    • @pyseek
      @pyseek Před 9 měsíci

      Please check the Description Section of this video.

  • @user-rg4yx3yw7i
    @user-rg4yx3yw7i Před 9 měsíci

    It shows list index out of range in 88 line and 53 line

  • @user-rg4yx3yw7i
    @user-rg4yx3yw7i Před 9 měsíci

    It shows list index out of range in 88 line and 53 line

  • @user-rg4yx3yw7i
    @user-rg4yx3yw7i Před 9 měsíci

    It shows list index out of range in 88 line and 53 line

    • @pyseek
      @pyseek Před 9 měsíci

      Thank you for informing me about the error. I will need some time to investigate the issue thoroughly. I will get back to you as soon as I identify the problem and get a solution. Your patience is greatly appreciated!

  • @user-rg4yx3yw7i
    @user-rg4yx3yw7i Před 9 měsíci

    It shows list index out of range in 88 line and 53 line

  • @jepoy1639
    @jepoy1639 Před 10 měsíci

    can you create face recognition but this time python is backend and flutter as frontend

    • @pyseek
      @pyseek Před 10 měsíci

      Thank you for your suggestion! Developing a face recognition system with Python as the backend and Flutter as the frontend sounds like an interesting project. However, I regret to inform you that I'm currently swamped with other commitments and won't be able to take on this project at the moment.

  • @devamarnadh9831
    @devamarnadh9831 Před 11 měsíci

    Thank you 😊😊

  • @lindabarnett8385
    @lindabarnett8385 Před 11 měsíci

    Promo'SM

    • @pyseek
      @pyseek Před 11 měsíci

      Thank you for the suggestion! Promoting on social media sounds like a great idea. I'll definitely consider it and look into how we can effectively leverage our online presence for promotion. Your input is much appreciated!

  • @lucikun1838
    @lucikun1838 Před 11 měsíci

    When i try to execute it says import PIL and PIL.imageTK could not be resolved from source, any idea what that means? sorry i am new to coding.

    • @pyseek
      @pyseek Před 11 měsíci

      No problem at all! It looks like the issue is with the capitalization in your code. The correct spelling should be "ImageTk" with a lowercase "k" in "ImageTk." That should resolve the error you're encountering. Don't worry, coding can be a learning process, and you're doing great by asking questions! If you have any more issues or questions, feel free to ask.

    • @lucikun1838
      @lucikun1838 Před 11 měsíci

      i have fixed that and there are no errors in the code but the alarm window does not pop out even after executing the code, this is what it says AttributeError: 'PhotoImage' object has no attribute '_PhotoImage__photo @@pyseek

    • @pyseek
      @pyseek Před 11 měsíci

      @@lucikun1838 Kindly forward your code to this email address: pyseek89@gmail.com

  • @alpondaver.santillan4243

    how do you create a database and where can you create it?

    • @pyseek
      @pyseek Před rokem

      Kindly go through this article regarding the project at this link: pyseek.blogspot.com/2022/09/face-recognition-login-system-using-python.html Feel free to inform me once more if you have received the answer or not.

    • @alpondaver.santillan4243
      @alpondaver.santillan4243 Před rokem

      can i create mysql database in xampp?

    • @pyseek
      @pyseek Před rokem

      @@alpondaver.santillan4243 Yes, you can create a MySQL database in XAMPP.