Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn to Create 5 Pro Advanced Level Applications in Python
Rating: 4.6 out of 5(94 ratings)
251 students

Learn to Create 5 Pro Advanced Level Applications in Python

5 Advanced Level Application in Python everyone need to make
Created byThe Programmer
Last updated 12/2023
English
English [Auto],

What you'll learn

  • Optimise your skiils
  • Implement your skills
  • Create Applications of you own
  • Get going with your Python Professional Career

Course content

8 sections104 lectures23h 43m total length
  • Text to Audio - I1:09

    Learn to convert PDF text to audio by extracting text from a PDF and turning it into speech, with a hello world example in a Tkinter GUI.

  • Text to Audio - II3:14

    Explore PyPDF2 for metadata extraction, splitting, merging, rotating, watermarking, and encryption, alongside pyttsx3 for offline text-to-speech with adjustable voice, language, volume, rate, and age, enabling a PDF audio reader.

  • Text to Audio - III7:43

    Extract text from a PDF file using PyPDF2 by opening the file in read mode and iterating over pages to print the full text.

  • Text to Audio - IV4:51

    Learn to convert text to speech in Python with pyttsx3 by initializing the engine, tuning the rate and voice, and speaking hello world, setting up for future GUI integration.

  • Text to Audio - V21:35

    Build a Tkinter GUI for a PDF to audio reader, integrating text extraction and speech output with a configurable rate. Use a file dialog to select PDFs.

  • Text to Audio - VI13:57

    Finish the Python PDF audio reader GUI, adding file selection, speech rate input, and toggleable male or female voices with play and stop controls.

  • Text to Audio - VII3:34

    Develop and control a PDF audio reader app by building a tkinter GUI, initializing a pyttsx3 engine, and managing text extraction, voices, and speech rate through a main function.

  • Text to Audio - VIII5:12

    Code the extract text function for the PDF audio reader app, opening a PDF via file dialog, iterating pages with PyPDF2 to extract and concatenate text for audio playback.

  • Text to Audio - IX14:48

    Create a pdf to audio reader with a tkinter GUI, enabling text extraction and speaking aloud. Control rate and voice (male or female) in the speak text function.

Requirements

  • None

Description

Python is a very powerful and productive programming language. You can do anything in Python may it be website development, android development, Machine learning or anything. It is a very versatile and user friendly language. In this course we will create 5 amazing advanced level applications in python. This course will help you implement your knowledge in a practical way. More often it occurs that people have a lot of knowledge of a certain programming language but they are not confident for how to organise that knowledge and skill to create a real time application. This course is exactly for that purpose.  We will create 5 different applications with each application covering new concepts and ideas so that you can learn something new from every application. Anyone who wishes to excel professionally in the field of python must enrol in this course. For those who do not have any knowledge of what python is then there is a crash course available at the very end. For every module we cover I have explained how it works and for GUI modules I have uploaded the respective crash courses so that you do not have to go anywhere else and everything will be available for you within a single course.

Who this course is for:

  • Anyone who wishes to professionally grow in Python as a Developer