An open API service indexing awesome lists of open source software.

https://github.com/s-m-j-i/pygame-plt-pandas-demo

A short and simple (and ugly) demo of using pygame, matplotlib, and pandas.
https://github.com/s-m-j-i/pygame-plt-pandas-demo

Last synced: 3 months ago
JSON representation

A short and simple (and ugly) demo of using pygame, matplotlib, and pandas.

Awesome Lists containing this project

README

        

# A simple PyGame analytics (not really :3) app

This is a simple demo app made to show how to use and work with pandas, pygame and matplotlib during your PyOOP projects.

**NOTE: This project is rather simple. You are expected to do your projects on a much larger scale.**

## Features

Nothing it just plots features (user selectable via dropdown) against selling price.

---

## How to install and run

### Option 1: Download via zip

On the top-right hand, you will see a `Code` option. Click on that and then on the last option `Download Zip`.
![alt text](./imgs/image.png)

After doing so, on the same folder space, open up the command line interface and type:
```shell
pip install -r requirements
```

### Option 2: Clone with GitHub

To clone this repository, open a folder in your PC and then open up the command line interface. Next, type:
```shell
git clone https://github.com/S-M-J-I/pygame-plt-pandas-demo.git
```

After doing so, on the same folder space, open up the command line and type:
```shell
pip install -r requirements
```

### Running the app

To run the app, simple type in the command line
```shell
python main.py
```