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.
- Host: GitHub
- URL: https://github.com/s-m-j-i/pygame-plt-pandas-demo
- Owner: S-M-J-I
- Created: 2024-03-18T11:06:50.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-18T11:20:30.000Z (about 1 year ago)
- Last Synced: 2024-03-18T12:29:21.067Z (about 1 year ago)
- Language: Python
- Size: 1.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.
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
```