Code Monkey home page Code Monkey logo

librarymanagementpyqt5's Introduction

Simple Library Management System

Tools used are :

  1. python3.
  2. PyQt5.
  3. MySQL 8.0.
  4. MySQL Workbench (for easy workflow).
  5. RPA (will be updated soon)

INDEX

SNO About Link
1 Installation Click here
2 QtDesigner Click here
3 .qrc file (for icons) Click here

Installtion of PyQT5

Assuming python3 and pip3 is installed on the system. Use the below commands. (Tested on Ubuntu 19.04)

sudo apt-get update
pip3 install pyqt5
sudo apt-get install python3-pyqt5
sudo apt-get install pyqt5-dev-tools
sudo apt-get install qttools-dev-tools

Basic idea of QtDesigner

See the snapshot below

Qt Designer

The .qrc file

The Qt Resource Collection File is stored in the QRC format and is affixed with the QRC extension, and is used by the Qt application and toolkit. These QRC files are generally classified as settings file that contain a list of application resources like image files or icons in XML format.

The below is an example of .qrc file which I used in the project

<!DOCTYPE RCC>
<RCC version="1.0">
<qresource>
    <file>icons/books.png</file>
    <file>icons/daytoday.png</file>
    <file>icons/settings.png</file>
    <file>icons/users.png</file>
    <file>icons/theme.png</file>
</qresource>
</RCC>

Next โ†ฃ

librarymanagementpyqt5's People

Contributors

shashank-shark avatar

Stargazers

fantasma avatar

Watchers

James Cloos avatar fantasma avatar

Forkers

lmoshood

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.