Trinity software academy
Trinity software academy
  • Видео 120
  • Просмотров 743 158
Add Watermark to Image Python Single line code
This tutorial video explains about adding text and image watermark to images using single line code in Python. Python packages explained in this tutorial are
1.opencv
pypi.org/project/opencv-python/
2.filestools
pypi.org/project/filestools/
3.pythonwatermark
pypi.org/project/pythonwatermark/
Using these packages, text and image watermark can be added to images in one line code.
other interesting videos:
Link for Python Excel Automation Part 1 -Read and write in Excel
ruclips.net/video/jjS4vgnAN_c/видео.html
Link for Automate WhatsApp messages using python
ruclips.net/video/Uzw540mn17c/видео.html
Link for how to convert JSON to CSV using Python
ruclips.net/video/MB3xJbinHz0/видео.html
Link for Convert l...
Просмотров: 128

Видео

Live Polling App Python Flask
Просмотров 3222 месяца назад
This video explains about developing a live polling application using Python Flask framework with MySQL database , AJAX and jQuery. other interesting videos: Link for Python Excel Automation Part 1 -Read and write in Excel ruclips.net/video/jjS4vgnAN_c/видео.html Link for Automate WhatsApp messages using python ruclips.net/video/Uzw540mn17c/видео.html Link for how to convert JSON to CSV using P...
Creating a Password Manager in Python
Просмотров 5524 месяца назад
This tutorial explains about creating a Password Manager in Python. This password manager can generate and save passwords in encrypted format in a text file. We can also retrieve the password for the given username. All the username-password entries can be viewed and a particular entry can be deleted with this password manager. Strong cryptographic technique is used for encrypting the password,...
Remove Duplicates from Python List
Просмотров 2235 месяцев назад
This tutorial explains about the different ways of removing duplicates from a list in Python. Also, ways to remove duplicates from list of lists and list of dictionaries are discussed. The ways to preserve/keep order after removing duplicates in a python list is explained. other interesting videos: Link for Python Excel Automation Part 1 -Read and write in Excel ruclips.net/video/jjS4vgnAN_c/ви...
Encrypt/Decrypt files, Password Protect PDF in Python
Просмотров 2825 месяцев назад
This video explains how to encrypt and decrypt files using python and also how to password protect PDF file using python. The modules used in this tutorial are 1. pyAesCrypt - to encrypt and decrypt files and 2. pypdf - to password protect PDF files other interesting videos: Link for Python Excel Automation Part 1 -Read and write in Excel ruclips.net/video/jjS4vgnAN_c/видео.html Link for Automa...
Build Rock Paper Scissors Game in Python
Просмотров 3946 месяцев назад
This tutorial explains how to build Rock Paper scissors game using Python tkinter and random modules. This is a simple GUI project for Python beginners. other interesting videos: Link for Python Excel Automation Part 1 -Read and write in Excel ruclips.net/video/jjS4vgnAN_c/видео.html Link for Automate WhatsApp messages using python ruclips.net/video/Uzw540mn17c/видео.html Link for how to conver...
Sentiment Analysis Python App
Просмотров 3937 месяцев назад
In this video, a brief introduction of sentiment analysis using Python is given. An app is created for analyzing single text and csv file using two popular python libraries: textblob and vaderSentiment. Sample csv files are analyzed and charts(bar and pie) are created for different datasets. other interesting videos: Link for Python Excel Automation Part 1 -Read and write in Excel ruclips.net/v...
Chat App Django
Просмотров 3058 месяцев назад
This tutorial explains about building a real time chat application using Python Django framework. Django channels and web sockets are used for the implementation. other interesting videos: Link for Python Excel Automation Part 1 -Read and write in Excel ruclips.net/video/jjS4vgnAN_c/видео.html Link for Automate WhatsApp messages using python ruclips.net/video/Uzw540mn17c/видео.html Link for how...
Python Quiz App with Timer
Просмотров 93210 месяцев назад
This tutorial is about building a Quiz application with countdown timer. The timer will reset for each question and it will stop if the user answers the question within the timeframe. Related links: How to build a Quiz app with Python Tkinter ruclips.net/video/5smq0hCANaE/видео.htmlsi=IKf-ODdLrtqisp5r How to build a random quiz app python tkinter ruclips.net/video/U1-tIdvhRDA/видео.htmlsi=u_Sxv...
Build Alarm Clock using Python
Просмотров 45611 месяцев назад
This video explains about building a simple alarm clock using python tkinter with winsound and time modules. other interesting videos: Link for Python Excel Automation Part 1 -Read and write in Excel ruclips.net/video/jjS4vgnAN_c/видео.html Link for Automate WhatsApp messages using python ruclips.net/video/Uzw540mn17c/видео.html Link for how to convert JSON to CSV using Python ruclips.net/video...
How to Create CRUD in Django
Просмотров 539Год назад
This tutorial explains about creating Python Django CRUD operations using generic Class views. Link for 'How to create Hello World App using Python Django' ruclips.net/video/7ci-mXSAYlw/видео.html other interesting videos: Link for Python Excel Automation Part 1 -Read and write in Excel ruclips.net/video/jjS4vgnAN_c/видео.html Link for Automate WhatsApp messages using python ruclips.net/video/U...
Simple Hotel Management Project in Python
Просмотров 17 тыс.Год назад
This tutorial explains about developing a simple hotel management system in Python using Python class and dictionary data structure. Modules of Hotel booking system : 1.Client check in 2. Room service 3.View occupied room details 4.Check out other interesting videos: Link for Python Excel Automation Part 1 -Read and write in Excel ruclips.net/video/jjS4vgnAN_c/видео.html Link for Automate Whats...
How to make a News App in Python Django
Просмотров 1,8 тыс.Год назад
In this tutorial, a News App has been created using Django, Python. news API has been used for retrieving online news sources based on category of news and country. To register in News API, visit: newsapi.org/register News API documentation: newsapi.org/docs/client-libraries/python Bootstrap link: getbootstrap.com/docs/4.3/getting-started/introduction/ other interesting videos: Link for How to ...
How to detect Color from Image using Python
Просмотров 2,7 тыс.Год назад
This color detection tutorial makes use of OpenCV and pandas libraries of python. This video explains the step by step process of developing a simple project which detects the color name from the image using python, by clicking on the image. other interesting videos: Link for Python Excel Automation Part 1 -Read and write in Excel ruclips.net/video/jjS4vgnAN_c/видео.html Link for Automate Whats...
How to use ChatGPT in Python
Просмотров 538Год назад
In this ChatGPT Python tutorial, a basic introduction about CHATGPT and CHATGPT API is discussed. Also, a simple code is written, which explains how to use CHATGPT API in Python. other interesting videos: Link for Python Excel Automation Part 1 -Read and write in Excel ruclips.net/video/jjS4vgnAN_c/видео.html Link for Automate WhatsApp messages using python ruclips.net/video/Uzw540mn17c/видео.h...
How to stop Python function from returning None
Просмотров 4,4 тыс.Год назад
How to stop Python function from returning None
How to Create a Weather App using Python
Просмотров 6 тыс.Год назад
How to Create a Weather App using Python
Python Word Guessing Game for Beginners
Просмотров 8 тыс.Год назад
Python Word Guessing Game for Beginners
Build Flask App - PostgreSQL CRUD operations
Просмотров 13 тыс.Год назад
Build Flask App - PostgreSQL CRUD operations
How to install PostgreSQL in Windows
Просмотров 425Год назад
How to install PostgreSQL in Windows
MongoDB CRUD operations Python
Просмотров 2,2 тыс.Год назад
MongoDB CRUD operations Python
Install MongoDB in Windows and setup MongoDB Atlas
Просмотров 6 тыс.Год назад
Install MongoDB in Windows and setup MongoDB Atlas
Tic Tac Toe game in Python for beginners
Просмотров 2,5 тыс.2 года назад
Tic Tac Toe game in Python for beginners
Count objects in image using Python
Просмотров 7 тыс.2 года назад
Count objects in image using Python
How to make a Todo App with Python Flask
Просмотров 11 тыс.2 года назад
How to make a Todo App with Python Flask
How to Add Binary Numbers in Python
Просмотров 2,6 тыс.2 года назад
How to Add Binary Numbers in Python
Add and Subtract Two Binary Numbers
Просмотров 4692 года назад
Add and Subtract Two Binary Numbers
Automate Web using Python: Form Filling and Submission
Просмотров 21 тыс.2 года назад
Automate Web using Python: Form Filling and Submission
How to automate Google Search using Python
Просмотров 6 тыс.2 года назад
How to automate Google Search using Python
How to create Library Management System in Python
Просмотров 13 тыс.2 года назад
How to create Library Management System in Python

Комментарии

  • @MarcosJostSilveira
    @MarcosJostSilveira 21 день назад

    Hello, congratulations . I have a question, with a 10, 20, 30 page PDF, it only converted the last page to audio, what could have happened? Thank you The code: import pyttsx3 import pdfplumber import PyPDF3 file = 'D:/test01.pdf' f = open(file, 'rb') pdfR = PyPDF3.PdfFileReader(f) pages = pdfR.numPages with pdfplumber.open(file) as pdf: for i in range(0,pages): page = pdf.pages[i] text = page.extract_text() print (text) s = pyttsx3.init() s.save_to_file(text,'D:/teste01.mp3') s.runAndWait() f.close()

  • @AldwinRuiz
    @AldwinRuiz 21 день назад

    How 1×2*3=8

  • @shaivisingh1875
    @shaivisingh1875 24 дня назад

    Madam i am not getting total amount in room service, what to do?

  • @LAVANYAR-h8z
    @LAVANYAR-h8z 26 дней назад

    Rather than the pycharm IDE shall we use other IDE? if yes , suggest its name.

  • @Kafir_Hindu
    @Kafir_Hindu Месяц назад

    Pls help n guide on how delete the group messages periodically using the python script programmatically

  • @rishaisonthawbroi1572
    @rishaisonthawbroi1572 Месяц назад

    Its blur 😢

  • @navkarprinters
    @navkarprinters Месяц назад

    Mam pls add tkinter gui to it

  • @tanujachourey5796
    @tanujachourey5796 Месяц назад

    I am getting an error (error: Microsoft Visual C++ 14.0 or greater is required. Failed building wheel for psycopg2) at the time - pip install psycopg2 Could you please guide how we can resolve this?

  • @AsifHussain-gl4ci
    @AsifHussain-gl4ci 2 месяца назад

    thank you very very much

  • @IRSHADBEGUM-d1b
    @IRSHADBEGUM-d1b 2 месяца назад

    It is throwing an error at name=web.find_element("xpath..................) Why is it showing web is not found

    • @smoothrain
      @smoothrain 2 месяца назад

      were you able to automate this?

  • @babymusicfun
    @babymusicfun 2 месяца назад

    Concept nahi dete ho only app banadiya hogya

  • @savarinathan1581
    @savarinathan1581 2 месяца назад

    Congratulations🎉

  • @samanesharify
    @samanesharify 2 месяца назад

    Perfect, thanks alot.

  • @lyndageralyn1881
    @lyndageralyn1881 2 месяца назад

    Nice app

  • @ezhilarasan9960
    @ezhilarasan9960 2 месяца назад

    Mam pls explain tree view

  • @ezhilarasan9960
    @ezhilarasan9960 2 месяца назад

    Super mam good explanation

  • @jeanpal206
    @jeanpal206 2 месяца назад

    why am i getting this error : ModuleNotFoundError: No module named 'selenium'

    • @thyowen
      @thyowen Месяц назад

      because you don't have Selenium installed. or you do but Python can't find it. you might want to check your environmental variables

  • @ShamarHutson
    @ShamarHutson 2 месяца назад

    What app is this

  • @MahithaPonna
    @MahithaPonna 3 месяца назад

    Please give me source code

  • @yassinehmaied4694
    @yassinehmaied4694 3 месяца назад

    keep going

  • @tamilamma7682
    @tamilamma7682 3 месяца назад

    Thank you mam

  • @sadaf4650
    @sadaf4650 3 месяца назад

    Tysm

  • @johnwick2018
    @johnwick2018 3 месяца назад

    NIce. How do I create a specific database for my CRUD operations from python

  • @GustavoCavalcante-v2c
    @GustavoCavalcante-v2c 3 месяца назад

    I watched this video and found the explanation excellent for understanding how to create CRUD operations in Django. The introduction to Django and the detailed explanation on using generic views to create, read, update, and delete entries in the database were very clear and helpful. 📚 The practical demonstration of setting up the project, creating models, admin interface, and templates was well structured. It was particularly useful to see the example in real-time, from setup to executing CRUD operations and addressing errors. 🛠 One small suggestion would be to include a bit more detail on customizing the admin pages and handling different types of form validation. This could further assist in building a more robust Django application. 💡 Overall, it's an excellent starting point for anyone looking to learn about CRUD operations in Django. Thank you so much for the content and for making the process so accessible! 🙌

  • @superzcreationz2032
    @superzcreationz2032 3 месяца назад

    a really informative video...

  • @davidfoo6974
    @davidfoo6974 3 месяца назад

    The way you found d is gold! I can't thank you enough.

  • @Mr_wolf162
    @Mr_wolf162 3 месяца назад

    Thank u

  • @vimalgopan2920
    @vimalgopan2920 3 месяца назад

    It's not working even if try to do the same. Login page is not showing

  • @wasimakram4392
    @wasimakram4392 4 месяца назад

    Hi Madam, Need your institute contact number

  • @joshisreelakshmi412
    @joshisreelakshmi412 4 месяца назад

    Can we do in visual studio

  • @anilkumar-vn9kt
    @anilkumar-vn9kt 4 месяца назад

    madam could u plz help reg back button i created a loginpage by cliking login button opens another window there i placed a back button to come to login page wats the logic not getting

  • @ArtuGamesYT
    @ArtuGamesYT 4 месяца назад

    Thank you, this is valuable information!!!

  • @savarinathan1581
    @savarinathan1581 4 месяца назад

    Congratulations

  • @POOJAYadaav-i5x
    @POOJAYadaav-i5x 4 месяца назад

    Error arha h code m

  • @mohindersingh0711
    @mohindersingh0711 5 месяцев назад

    First method only works if list of items in list is even. it will throw index out of range for number of items are odd

  • @brijeshsahani-yb4gj
    @brijeshsahani-yb4gj 5 месяцев назад

    can you tell me where are you from

  • @kdpr007
    @kdpr007 5 месяцев назад

    Very well explained. Thank you for the video

  • @ShoaibAhmed1024-z6m
    @ShoaibAhmed1024-z6m 5 месяцев назад

    Should the numbers be prime to find primitive roots?

    • @RexxSchneider
      @RexxSchneider 2 месяца назад

      Composite numbers that can be written as a prime to a power, or twice a prime to a power, for example 10 and 18, have primitive roots. You find them in the same way, although you have to use ϕ(n) instead of n-1 (which is ϕ(p) for prime p). As an example, ϕ(10) = 4 and ϕ(4) = 2, so 10 has two primitive roots. Since 4 only has 2 as a factor, you only have to check 2^4, 2^2, then 3^4, 3^2.etc. You find that 2^4 ≡ 6 (mod 10) so 2 is not a primitive root of 10; but 3^4 ≡ 1 (mod 10) and 3^2 ≡ 9 (mod 10), so 3 is a primitive root of 10;; then 5^4 ≡ 5 (mod 10) so 5 is not a primitive root of 10; next 7^4 ≡ 1 (mod 10) and 7^2 ≡ 9 (mod 10), so 7 is the second and final primitive root of 10. Try it for 18 (you should find it has only 2 roots).

  • @A1bdullah123
    @A1bdullah123 5 месяцев назад

    thanks you very much

  • @hemanthgowda211
    @hemanthgowda211 5 месяцев назад

    I was searching for the calculation of the d in the problem for simplified way it was very use full or the exam please continue the good work and thanx a lot 😍😍

  • @miguelangelgallardovillanu5295
    @miguelangelgallardovillanu5295 5 месяцев назад

    I was looking information about scrollbar and I have found it thaks you, regards from Spain 🙂

  • @ALIHALLAFI
    @ALIHALLAFI 5 месяцев назад

    How can i input data from user and fill the form out?

  • @ALIHALLAFI
    @ALIHALLAFI 5 месяцев назад

    How can i read the day month and year from list box?

  • @sayyedmisbah9651
    @sayyedmisbah9651 5 месяцев назад

    Study kar kar ke goo khalo tum log 😂😂😂

  • @onlinemathtutor2361
    @onlinemathtutor2361 5 месяцев назад

    hey what software you r using?

  • @digitalmachine0101
    @digitalmachine0101 5 месяцев назад

    Good information

  • @YalfalFanta
    @YalfalFanta 6 месяцев назад

    thank you

  • @CRIMEWATCH-
    @CRIMEWATCH- 6 месяцев назад

    more complicated

  • @freguenshoodjean5841
    @freguenshoodjean5841 6 месяцев назад

    thank you , this is very help me. i watched the video and tried to recreated it by my self and i did it.

  • @JamieWarren-cs8ws
    @JamieWarren-cs8ws 6 месяцев назад

    Is it possible to get access to the code ?