Coder Social home page Coder Social logo

ggwpxxxx / pharmalyst Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 24.36 MB

Medication Store GUI using tkinter GUI and dataset of medications.

License: MIT License

Python 99.90% Batchfile 0.10%
medication pharmacy pharmacy-management pharmacy-management-system medicine- data-analysis data-visualization python-data-analysis

pharmalyst's Introduction

Pharmalyst

Python package test

Description

Pharmalyst is a medication store using python tkinter to build GUI.

The Project uses medication dataset to provide an information about the medication such as medication name, description of the medication, category of that medication and quantity. The system can load and generate based on specific customer purchased history.

Pharmalyst are also include the authentication system, allowing an admin to see the current statistics of the store, normal customer can browse through all of the medication category that they want to.

To start the program you will have to install all of the necessary dependencies then run the file named "Monitor.py"

Data Sources

All of the medication dataset are from Kaggle

  • Medication dataset This dataset provided name and description of the medication that I used in this project.

Dependencies

Here's are the list of necessary dependencies that I used in the project.

  • tkinter
  • Pillow
  • networkx
  • numpy
  • pandas
  • matplotlib

You can install these dependencies by this command.

pip install -r requirements.txt

How to use

Windows : You can simply run Setup.bat in your terminal.

MacOS: ou can simply run MacSetup.py in your terminal.

Design

This is the class diagram which will show the relationship between all of the classes. UML Diagram

Example screenshots of the program

Example1 Example2 Example3 Example4

Design Patterns Used

In this project I used facade design pattern as a way to simplify the interface between "Monitor" class and the rest of the class in the lower layer. Facade act like a medium and lower interaction between representation layered and domain layer. This helps reduce the complexity of the code and make it easier to maintain.

Graph Algorithm Used

My project is to build a medication store, the features that use graph problems to solve would be the recommendation engine. I want to create recommendations based on the purchase history of that specific customer.

The Idea is to find shortest path from given vertex to all other vertices and then counting the number of vertices that are reachable, The key idea is that if a medication category is more popular, then more medications in that category will be ordered by customers, and hence more nodes will be reachable from the node representing that category.

pharmalyst's People

Contributors

ggwpxxxx avatar

Watchers

 avatar

Forkers

lamiaasad

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.