Skip to content

Improved Readme File #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 26 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.



Expand All @@ -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
Expand Down