Coder Social home page Coder Social logo

pyqtlms's Introduction

Project Overview

"PyQtLMS" is a user-friendly, PyQt5-based CRUD (Create, Read, Update, Delete) application, specifically designed to integrate seamlessly with MySQL databases. This project serves as a practical implementation for the Database Technology course, aiming to address the core concepts of the Assignment of Learning (AOL).

Prerequisites

Before you begin, make sure MySQL Server is installed on your system. If it's not already installed, you can download it from the official MySQL website.

Installation Guide

To get started with "PyQtLMS", follow these simple installation steps:

  1. Open Your Terminal: Begin by opening your terminal or command prompt.

  2. Clone the Repository: Use the following command to clone the project repository and navigate into the project directory:

    git clone https://github.com/rxyhn/PyQtLMS && cd PyQtLMS
  3. Set Up a Virtual Environment: Create a virtual environment to manage the project's dependencies separately:

    python -m venv venv
  4. Activate the Virtual Environment: Depending on your operating system, activate the virtual environment using one of these commands:

    • Windows:

      .\venv\Scripts\activate
    • Unix/Linux:

      source ./venv/bin/activate
  5. Install Required Dependencies: Install all the necessary Python packages as listed in the requirements.txt file:

    pip install -r requirements.txt

Running the Project

Once the setup is complete, you're ready to launch the application. Execute the following command to start "PyQtLMS":

python main.py

pyqtlms's People

Contributors

rxyhn avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.