CodeHaven
CodeHaven
  • Видео 110
  • Просмотров 161 953
Add Watermark to Any Image with Python | Add Custom Text Watermark to Images Python | Python Project
Add Watermark to Any Image with Python | Add Custom Text Watermark to Images Python | Python Project
Hello everybody!
Let's explore a feature of the Pillow library and some custom text watermarks to images.
Link to download free fonts:
all-free-download.com/font/
how to add custom watermarks to images using python
add watermarks to any image using python
add watermark to image using python
python projects
projects in python
Просмотров: 1 226

Видео

Hangman Game In Python | Build A Simple Hangman Game In Python In Under 10 Minutes | Python Projects
Просмотров 4353 года назад
Hangman Game In Python | Build A Simple Hangman Game In Python In Under 10 Minutes | Python Projects Hey there everybody! Here's a simple hangman game that you can build as a simple Python project! Hope you like it! Here's all the helping material that you will need: drive.google.com/drive/folders/16y4eVx92XFCKAVhOOz3IXtserHSAESJK?usp=sharing Link to Python projects: ruclips.net/p/PLiQbdK1_1fB_...
Create a Jumbled Word Game Web APP Using Python & PyWebIO | Build a website without HTML, CSS & JS
Просмотров 1,3 тыс.3 года назад
Create a Jumbled Word Game Web APP Using Python & PyWebIO | Build a website without HTML, CSS & JS | Python Project Hello there everybody! Let's try and make a word game web app using ONLY Python. And I literally mean, only Python! Enjoy! PyWebIO docs: pywebio.readthedocs.io/en/latest/guide.html Material for Code: drive.google.com/file/d/1xcRu9Ba7d3zNU2GHnGF9MyDNdisUUdsC/view?usp=sharing Link t...
Build A Recommendation System | Machine Learning | Machine Learning Project | Python Project
Просмотров 13 тыс.3 года назад
Build A Recommendation System | Machine Learning | Machine Learning Project | Python Project Hey there! Today we will be building a recommendation system in python, as a past of a machine learning project, to recommend nearby situations. You can think of it as "Recommending nearby places based on your travel history"! Useful for travel websites, isn't it? Well I do hope you have a good time bui...
Change Background with CVZone & OpenCV | Replace Your Video's Background with Image | Python Project
Просмотров 1,6 тыс.3 года назад
Change Background with CVZone & OpenCV | Replace Your Video's Background with Image | Python Project Hey there! Here's a short project on changing video backgrounds using an image like Google Meet and Zoom! Hope you like it. Link for free images: pixabay.com/ Link to resize images: resizeimage.net/ Link to Python projects: ruclips.net/p/PLiQbdK1_1fB_w9Dgw50JFATeLDUaalIYk Link to the entire Pyth...
Change Image Background in Python | Replace Background Image using PixelLib Python | Python Project
Просмотров 4,1 тыс.3 года назад
Change Image Background in Python | Replace Background Image in Python | Python Project Hello there! Today we'll be exploring the PixelLib library in Python to change image backgrounds and also create gray scale images! Hope you enjoy it! PixelLib Documentation: pixellib.readthedocs.io/en/latest/change_image_bg.html Link to Python projects: ruclips.net/p/PLiQbdK1_1fB_w9Dgw50JFATeLDUaalIYk Link ...
Language Translator in Python | Language Translator using googletrans and gTTS | Python Project
Просмотров 1,6 тыс.3 года назад
#translator_using_python #googletrans Language Translator in Python | Language Translator using googletrans and gTTS | Python Project Hello there! Today we will be building a language translator in Python, which not only displays the translated text, but also reads it aloud. Hope you all have fun building it! All the essentials that you need to ease your coding process: drive.google.com/drive/f...
Brazil Forest Fires Analysis and Prediction | Data Analysis in Python Project | Kaggle Dataset
Просмотров 3,2 тыс.3 года назад
Brazil Forest Fires Analysis and Prediction | Data Analysis in Python Project | Kaggle Dataset Hey there! Let's have a look at some impressive visualizations for analysis and also predict approximate number of future forest fires in Brazil in Python using libraries such as Pandas, Numpy, Seaborn, etc.! Hope you all like it! Changing the country names: drive.google.com/file/d/1DRTtaHWukZ948O0acW...
3 Python Projects in Under 10 minutes | Short yet Useful Python Projects | 3 quick Python Projects
Просмотров 1733 года назад
3 Python Projects in Under 10 minutes | Short yet Useful Python Projects | 3 quick Python Projects Hey there! Come along and dedicate 10 minutes of your life only to make your life more simpler! Let's make use of the excellent modules provided to us in python and perform these 3 amazingly short yet useful python projects. The 3 projects being covered are: 1. Desktop Notifier in Python 2. Image ...
Typing Speed Test using Python | GUI Application | Python Project
Просмотров 5 тыс.3 года назад
Typing Speed Test using Python | GUI Application | Python Project Hey there! Today we'll be implementing a short and sweet project in Python i.e. Test Your Typing Speed Application in Python! Just a little bit of logic and GUI implementation is all you need to do! Just follow along and code along! Hope you'll like it! Link for the words list: drive.google.com/file/d/1ZilLVjO6HGO6lElvpgTyLpThmPP...
8. Ternary Operator in JAVA | Learn Java through Examples | Java Tutorials for Beginners
Просмотров 573 года назад
8. Ternary Operator in JAVA | Learn Java through Examples | Java Tutorials for Beginners Hey there! Today we'll be understanding one of the simplest and one of my favorites - Ternary Operator! So sit back and absorb all the knowledge from this short yet informative video! The last of the operator series in Java! Link to Learn JAVA through examples playlist: ruclips.net/p/PLiQbdK1_1fB-BSgNyXpZ-R...
7. Bitwise Operators in JAVA | Learn Java through Examples | Java Tutorials for Beginners
Просмотров 703 года назад
7. Bitwise Operators in JAVA | Learn Java through Examples | Java Tutorials for Beginners Hey there! Today we'll be understanding what are Bitwise Operators! Look through this easy to understand tutorial to understand bitwise operators in Java. And we shall learn maximum of the operators by comparing them with logical operators. Hope your idea becomes clear! Link to Learn JAVA through examples ...
6. Unary Operators in JAVA | Learn Java through Examples | Java Tutorials for Beginners
Просмотров 823 года назад
6. Unary Operators in JAVA | Learn Java through Examples | Java Tutorials for Beginners Hey there! Today we'll be understanding what are Unary Operators! Look through this easy to understand example to understand unary operators in Java. And there's a question for you at the end! Link to Learn JAVA through examples playlist: ruclips.net/p/PLiQbdK1_1fB-BSgNyXpZ-RK80PJW9odNp java program examples...
5. Logical Operators in JAVA | Learn Java through Examples | Java Tutorials for Beginners
Просмотров 1183 года назад
5. Logical Operators in JAVA | Learn Java through Examples | Java Tutorials for Beginners Hey there! Here's a very relaxed session on Logical Operators in JAVA! Look through this easy to understand example to understand logical operators. Link to Learn JAVA through examples playlist: ruclips.net/p/PLiQbdK1_1fB-BSgNyXpZ-RK80PJW9odNp java program examples java tutorial for beginners java exercise...
Become prank-proof using Python! | Security Camera using Python | OpenCV Python | Python Projects
Просмотров 2863 года назад
Become prank-proof using Python! | Security Camera using Python | OpenCV Python | Python Projects BE SAFE FROM PRANKS! SAFEGUARD YOUR COMPUTER'S DATA! Hello there! In this very, very small project we see how we can use OpenCV in Python to build an alert system so that we can be safe from pranks and safeguard our computer's data. Features on detecting movement: - Alert sound - Automatic computer...
4. Relational Operators in JAVA | Learn Java through Examples | Java Tutorials for Beginners
Просмотров 503 года назад
4. Relational Operators in JAVA | Learn Java through Examples | Java Tutorials for Beginners
Code an animated Valentine's Day card in Turtle Python | Valentine's Day Card using Python Turtle
Просмотров 2,7 тыс.3 года назад
Code an animated Valentine's Day card in Turtle Python | Valentine's Day Card using Python Turtle
3. Division(/) vs Mod(%) Operators | Learn Java through Examples | Java Tutorials for Beginners
Просмотров 9633 года назад
3. Division(/) vs Mod(%) Operators | Learn Java through Examples | Java Tutorials for Beginners
2. Arithmetic & Assignment Operators | Learn Java through Examples | Java Tutorials for Beginners
Просмотров 673 года назад
2. Arithmetic & Assignment Operators | Learn Java through Examples | Java Tutorials for Beginners
Cartoon/Sketch Effect on Images Using OpenCV in Python | OpenCV Python | Python Projects
Просмотров 2 тыс.3 года назад
Cartoon/Sketch Effect on Images Using OpenCV in Python | OpenCV Python | Python Projects
1. Variables & Datatypes in JAVA | Learn Java through Examples | Java Tutorials for Beginners
Просмотров 813 года назад
1. Variables & Datatypes in JAVA | Learn Java through Examples | Java Tutorials for Beginners
Pandas Project : World Health Statistics Dataset from Kaggle | Pandas | Pandas Data Science Tutorial
Просмотров 7363 года назад
Pandas Project : World Health Statistics Dataset from Kaggle | Pandas | Pandas Data Science Tutorial
#3 Python Pandas Tutorial | Handling NULL values in a dataset | Pandas Data Science Tutorial
Просмотров 5813 года назад
#3 Python Pandas Tutorial | Handling NULL values in a dataset | Pandas Data Science Tutorial
Create Your Own Calendar & Get the World Weather using Python and API | Python GUI Projects
Просмотров 8553 года назад
Create Your Own Calendar & Get the World Weather using Python and API | Python GUI Projects
Code an animated New Year card in Turtle Python | Wishing Happy New Year using Python Turtle
Просмотров 3,2 тыс.3 года назад
Code an animated New Year card in Turtle Python | Wishing Happy New Year using Python Turtle
#2 Python Pandas Tutorial | Importing CSV files & basic operations | Pandas Data Science Tutorial
Просмотров 3943 года назад
#2 Python Pandas Tutorial | Importing CSV files & basic operations | Pandas Data Science Tutorial
#1 Python Pandas Tutorial | Introduction to Pandas and Installation | Pandas Data Science Tutorial
Просмотров 1193 года назад
#1 Python Pandas Tutorial | Introduction to Pandas and Installation | Pandas Data Science Tutorial
Create a Scientific GUI Calculator in Java | Scientific GUI Calculator in Java | Java Project
Просмотров 7 тыс.3 года назад
Create a Scientific GUI Calculator in Java | Scientific GUI Calculator in Java | Java Project
Code an animated Christmas card in Turtle Python | Wishing Merry Christmas using Python Turtle
Просмотров 3,1 тыс.3 года назад
Code an animated Christmas card in Turtle Python | Wishing Merry Christmas using Python Turtle
Take Screenshots using Python | How to take screenshots on your laptop/desktop | Python Projects
Просмотров 6043 года назад
Take Screenshots using Python | How to take screenshots on your laptop/desktop | Python Projects

Комментарии

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

    Wow, great explanation for beginners and intermediate Python developers, Thanks, How to contact, because need latest tutorials and videos, Thanks again😊

  • @sarthakdhumal962
    @sarthakdhumal962 8 месяцев назад

    Is this project will approve for second yr engineering

  • @kaishen7766
    @kaishen7766 9 месяцев назад

    Awesome, could I get a copy of the complete code?

  • @kaishen7766
    @kaishen7766 9 месяцев назад

    where I could get your code?

  • @AMANVAGADIYA
    @AMANVAGADIYA 11 месяцев назад

    😆the good video we best look😆

  • @shrishampriyadarshi4824
    @shrishampriyadarshi4824 11 месяцев назад

    thanks, was helpful!

  • @SmileSyndicateGo
    @SmileSyndicateGo Год назад

    i am getting a error 'ImageDraw' object has no attribute 'textsize' this can anyone help me in it

  • @saeednikan4855
    @saeednikan4855 Год назад

    good👌👍👍👍👍👍👍👍

  • @fatalmediocrity
    @fatalmediocrity Год назад

    thank you so much, this really help me a lot!

  • @mozammelhaqmishuk
    @mozammelhaqmishuk Год назад

    Sis Thanks you very muck from BANGLADESH, DHAKA

  • @bindupriya6758
    @bindupriya6758 Год назад

    Good explanation mam 👍

  • @emaantariq4709
    @emaantariq4709 Год назад

    Can u plzz share the source code of it I need it for my practice and project

  • @1Sunaaaaaa
    @1Sunaaaaaa Год назад

    The alarm is not responding can you help me?

  • @premsumit6843
    @premsumit6843 Год назад

    mam plz provide source code

  • @ndoukeutchatatblondel688
    @ndoukeutchatatblondel688 Год назад

    It's fun the way you find analogy with real life. Thank you for the tuto.

  • @manojyadav-ej6kz
    @manojyadav-ej6kz Год назад

    I have to build a hybrid recommendation system...can you pls makeon this

  • @manojyadav-ej6kz
    @manojyadav-ej6kz Год назад

    Nice mam

  • @toluwanimisobowale8994
    @toluwanimisobowale8994 2 года назад

    Thank you been searching for how to take and print input

  • @samd5626
    @samd5626 2 года назад

    Thank you very much for your explanation...

  • @lakshminarasimhanv6595
    @lakshminarasimhanv6595 2 года назад

    Very interesting. Thanks.

  • @srajangupta2297
    @srajangupta2297 2 года назад

    After watching too many video i got the answer here I am beginners thanks.

  • @ishwerkumary
    @ishwerkumary 2 года назад

    It's amazing tutorial 😍😍👌 I'm gonna use it ❤️❤️

  • @lehoan1954
    @lehoan1954 2 года назад

    thank you so much,

  • @aptmap5181
    @aptmap5181 2 года назад

    Best explanation on private variables on yt. Better than Amuls

    • @CodeHaven
      @CodeHaven 2 года назад

      This is so humbling! Thanks truckloads. But Amulya's is a great channel too, I must say!

  • @dhruvchaudhary1898
    @dhruvchaudhary1898 2 года назад

    Mam where can I get source code ?

    • @CodeHaven
      @CodeHaven 2 года назад

      Please contact over Instagram. I can send you the code link over there

  • @SohanLal-ph7wy
    @SohanLal-ph7wy 2 года назад

    Send me code please🙏🙏🙏

    • @CodeHaven
      @CodeHaven 2 года назад

      Hey please send in a request via the drive link mentioned in the description area of the video

  • @SHRUTIGUPTAism
    @SHRUTIGUPTAism 2 года назад

    I tried this code but it gives print error and not able to load CSV file due to geopy module.please give solution

    • @CodeHaven
      @CodeHaven 2 года назад

      Could you please connect with me over Instagram. I can help you better over there.

  • @mostafasazid
    @mostafasazid 2 года назад

    Awesome maam

  • @RoshanKumar-co2hb
    @RoshanKumar-co2hb 2 года назад

    Hello codehaven the video is very useful but can i get a ppt format of this project?

    • @CodeHaven
      @CodeHaven 2 года назад

      Hey! You could just send in a view request from the drive link given in the description.

    • @RoshanKumar-co2hb
      @RoshanKumar-co2hb 2 года назад

      @@CodeHaven oh thank you 👍

  • @pratyushghosh1233
    @pratyushghosh1233 2 года назад

    so the header works in any kind of pc(consisting windows). or do we get to collect a new header.

    • @CodeHaven
      @CodeHaven 2 года назад

      That should remain the same

  • @py_tok5589
    @py_tok5589 2 года назад

    lovely video

  • @indrajittripura4399
    @indrajittripura4399 2 года назад

    Repl now showing mam

  • @appyviral8753
    @appyviral8753 2 года назад

    How much u charge for making a video recommendation system for Android app?

    • @CodeHaven
      @CodeHaven 2 года назад

      Sorry, I don't make android apps

  • @musanjegodfrey8312
    @musanjegodfrey8312 2 года назад

    Madam Ananya, u are such a great help in my career (self taught developer), i find your tutorials much helpful as i wasn't understanding well some of the tutorials i was getting from you tube but am progressing steadily by following your tutorials. Thanks so much, hope one day i shall also be a good developer. Love from Uganda

    • @CodeHaven
      @CodeHaven 2 года назад

      Thank you so much. Humbled to know that the content is useful to you. And of course you will be a great developer one day! Keep practicing. Stay blessed!

  • @patrickthanistas878
    @patrickthanistas878 2 года назад

    Madam I want know how to set initial library installation for this project

    • @CodeHaven
      @CodeHaven 2 года назад

      Just pip installations should be enough

  • @wamblymars4860
    @wamblymars4860 2 года назад

    thank you so much for the help!

  • @The_Music-Box
    @The_Music-Box 2 года назад

    Thank you so much for this. Great work...

  • @TheGamer-nt5ew
    @TheGamer-nt5ew 2 года назад

    Awesome tutorial Mam, Thanks a lot. I have tried this whole program but am experiencing some error in between. I would be much obliged if you could share the completed code so that I can rectify the errors :)

    • @CodeHaven
      @CodeHaven 2 года назад

      Thank you! You could just send in an access request via the drive link in the description.

  • @brahmaastra7990
    @brahmaastra7990 2 года назад

    Damn Beautiful Can I get sourcecode please??

    • @CodeHaven
      @CodeHaven 2 года назад

      Thank you! You could just send in an access request to the drive link in the description. I'll give rights as soon as I can!

  • @1985LISS
    @1985LISS 2 года назад

    your going too fast and too much talk. I can't get it

    • @CodeHaven
      @CodeHaven 2 года назад

      Slowing down the speed using RUclips settings will probably help you.

  • @jesuisravi
    @jesuisravi 2 года назад

    please give us the URL where we can get the source code for this file.

    • @CodeHaven
      @CodeHaven 2 года назад

      Kindly contact me via Instagram.

  • @lycheebutterfly
    @lycheebutterfly 2 года назад

    We have to do this in pycham

    • @CodeHaven
      @CodeHaven 2 года назад

      You can use any IDE/Text Editor of your choice. May it be Sublime/PyCharm/VSCode

  • @shaikedulla7825
    @shaikedulla7825 2 года назад

    Thank you for the detail oriented Lectures...I have come across many more videos, some how there would be confusion... when it comes to your Lectures step by step with examples...who are completely new to the programming, they could follow these series with out hesitation.. Thank you so much Ananya...

    • @CodeHaven
      @CodeHaven 2 года назад

      This genuinely means a lot. Thank you so much!

  • @mugilkannan2510
    @mugilkannan2510 2 года назад

    Mam pls send the source code link urgently

    • @CodeHaven
      @CodeHaven 2 года назад

      Kindly contact me via Instagram

  • @Henry_Nunez
    @Henry_Nunez 2 года назад

    👍👍👍 🔔

  • @ravulaganesh5206
    @ravulaganesh5206 2 года назад

    which coding platform you will use

    • @CodeHaven
      @CodeHaven 2 года назад

      Throughout my videos I use Sublime Text/VSCode/Anaconda

    • @harianasuri4692
      @harianasuri4692 2 года назад

      Pls send the source code

  • @ravulaganesh5206
    @ravulaganesh5206 2 года назад

    Which coding platform u are using?

    • @CodeHaven
      @CodeHaven 2 года назад

      For this specific video, I was using Sublime

  • @Tobitoye
    @Tobitoye 2 года назад

    File "/Users/tobilobaolutoye/Desktop/typing/typing.py", line 103, in <module> hs = int(fast_score.readline()) ValueError: invalid literal for int() with base 10: '' This error has been showing

    • @CodeHaven
      @CodeHaven 2 года назад

      Hey could you please contact me via Instagram? I'll be able to help you there

  • @jimmymcmahon2010
    @jimmymcmahon2010 2 года назад

    Good morning I hope that you are well. Thank you for providing this great tutorial. I have attempted to copy the code from the video. All works well apart from when I get to the part where the 'MERRY XMAS' letters are attempting to be drawn, the letter E does not work correctly and the "XMAS" part is written vertically instead of horizontally. Could you please share the completed code so I can try and work out where I am going wrong with my code? Many thanks James

    • @jimmymcmahon2010
      @jimmymcmahon2010 2 года назад

      Thank you for providing the code file to me. Much appreciated.

  • @chideraokafor4087
    @chideraokafor4087 2 года назад

    Hi! I have a quick question. I went through the coding exercise and the first window is running. Every time i hit Go it just brings up a white page This is the typing speed test problem I really hope you see this

    • @CodeHaven
      @CodeHaven 2 года назад

      Hey Could you please contact me via Instagram. Shall help you out with the code there