From 5f144392208d30b2c4e4b898a3cba6bec0488839 Mon Sep 17 00:00:00 2001 From: DheerajMandvi9 <70431347+DheerajMandvi9@users.noreply.github.com> Date: Wed, 30 Sep 2020 19:22:16 +0530 Subject: [PATCH] Update README.md --- README.md | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index f2a4054..60cb403 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,21 @@ # Build Library Management System | Python & PyQt5 -- get the course from here : +- Get the course from here : https://www.udemy.com/build-library-management-system-python-pyqt5/?couponCode=YOUTUBE2019 - In this course you'll learn how to build a Library System with PyQt5 and Python - PyQt5 is one of the best frameworks for developing desktop applications that looks awesome - In this course I'll be developing on a my Mac machine, but you should be able to follow along if you're on a Windows or Linux. I'll show you how to download and install Python and PyQt5 - You'll be able to build Desktop Applications and simple business Applications when you're finished with this course. + PyQt5 is one of the best frameworks for developing desktop applications that looks awesome. + In this course I'll be developing on my Mac machine, but you should be able to follow along with me if you're on a Windows or Linux machine. I'll show you how to download and install Python and PyQt5 + You'll be able to build Desktop Applications and simple business Applications when you're finished with this course. -- we will build a library system with: - - adding new books - - adding books categories - - adding books Author - - adding books Publisher - - adding day to day operations for rent or retrieving books - - Generate Excel reports from our data - - Adding new users with user login and editing user data +- We will build a Library Management System with: + - Adding New Books. + - Adding Books Categories. + - Adding Books Author. + - Adding Books Publisher. + - Adding day to day operations for rent or retrieving books. + - Generate Excel reports from our data. + - Adding new users with user login and editing user data. @@ -24,30 +24,30 @@ - DO I NEED TO KNOW PYTHON TO TAKE THIS COURSE? - simple python basics! it's a good idea to learn Python if you want to use PyQt5. But you don't have to know advanced Python to take this course. I'll walk you through everything you need to know. - Building desktop applications with PyQt5 is very easy , and the course will make it very fun + Building desktop applications with PyQt5 is very easy , and the course will make it very fun. -What you’ll learn - - Installing Python - - Installing PyQt5 - - Installing MySQL Server - - Design nice desktop applications with QtDesigner - - Styling desktop applications with CSS - - Design a database using mysql workbench - - Connecting to mysql database with python - - inserting , selecting , updating , deleting database data from our app - - Adding project themes and change between them easly - - Adding new users - - Updating user data - - Login at startup + - Installing Python. + - Installing PyQt5. + - Installing MySQL Server. + - Designing nice desktop applications with QtDesigner. + - Styling desktop applications with CSS. + - Design a database using mysql workbench. + - Connecting to mysql database with python. + - inserting , selecting , updating , deleting database data from our app. + - Adding project themes and change between them easily. + - Adding new users. + - Updating user data. + - Login at startup. - Are there any course requirements or prerequisites? - - simple python skills is needed + - simple python skills is needed. - Who this course is for: - This course is aimed towards absolute beginners who want to learn how to build desktop applications with PyQt5 and Python