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

https://github.com/prashimpy/autoplot-web

A simple web that makes different types of the plot using the provided CSV or XLSX file.
https://github.com/prashimpy/autoplot-web

matplotlib python streamlit

Last synced: 3 months ago
JSON representation

A simple web that makes different types of the plot using the provided CSV or XLSX file.

Awesome Lists containing this project

README

        

# Autoplot-Web

A simple web that makes different types of the plot using the provided CSV or XLSX file.

## Installation Process

At first clone the repository

```
git clone https://github.com/prashimpy/autoplot-web.git
```

Now after you have cloned then you should have Python installed.

After you have installed Python and PIP then run this command in the terminal whih aims to the folder.

```
pip install -r requirements.txt
```

After you have installed all the requirements then just run this command:

```
streamlit run main2.py
```

## Contribution

If you want to contribute to this repo then at first you should star and fork the repo

and then it will create a repo in your github profile linking this repo and then you can just make changes you want in your repo and make a pull request which will be reviewed and if it has no problem with the previous code it may be merged :)