- Видео 120
- Просмотров 743 158
Trinity software academy
Индия
Добавлен 26 июл 2019
Trinity software academy aims at providing quality computer education to students through online and offline classes
It is an initiative taken by former Assistant Professor in SRM University,who has experience in training Engineering students for placement.
At Trinity software academy,we also take projects on web designing and development for business and companies.
It is an initiative taken by former Assistant Professor in SRM University,who has experience in training Engineering students for placement.
At Trinity software academy,we also take projects on web designing and development for business and companies.
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...
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
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
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
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
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()
How 1×2*3=8
Madam i am not getting total amount in room service, what to do?
Rather than the pycharm IDE shall we use other IDE? if yes , suggest its name.
@@LAVANYAR-h8z you can use IDLE, sublime text, visual studio code
Pls help n guide on how delete the group messages periodically using the python script programmatically
Its blur 😢
Mam pls add tkinter gui to it
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?
thank you very very much
👍
It is throwing an error at name=web.find_element("xpath..................) Why is it showing web is not found
were you able to automate this?
Concept nahi dete ho only app banadiya hogya
Congratulations🎉
Perfect, thanks alot.
👍thank you
Nice app
Mam pls explain tree view
Super mam good explanation
👍
why am i getting this error : ModuleNotFoundError: No module named 'selenium'
because you don't have Selenium installed. or you do but Python can't find it. you might want to check your environmental variables
What app is this
Please give me source code
keep going
👍
Thank you mam
👍
Tysm
👍
NIce. How do I create a specific database for my CRUD operations from python
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! 🙌
Thank you for the wonderful and valuable feedback 👍
a really informative video...
👍
The way you found d is gold! I can't thank you enough.
thank you
Thank u
It's not working even if try to do the same. Login page is not showing
Hi Madam, Need your institute contact number
Can we do in visual studio
@@joshisreelakshmi412 yes
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
Thank you, this is valuable information!!!
👍
Congratulations
Thank you pa
Error arha h code m
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
can you tell me where are you from
Tamilnadu
Very well explained. Thank you for the video
Thank you
Should the numbers be prime to find primitive roots?
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).
thanks you very much
👍
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 😍😍
👍
I was looking information about scrollbar and I have found it thaks you, regards from Spain 🙂
👍
How can i input data from user and fill the form out?
How can i read the day month and year from list box?
Study kar kar ke goo khalo tum log 😂😂😂
hey what software you r using?
Good information
👍
thank you
more complicated
thank you , this is very help me. i watched the video and tried to recreated it by my self and i did it.
👍good
Is it possible to get access to the code ?