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.
- Host: GitHub
- URL: https://github.com/prashimpy/autoplot-web
- Owner: prashimpy
- Created: 2024-07-08T07:07:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T11:45:43.000Z (11 months ago)
- Last Synced: 2025-02-02T22:35:16.560Z (4 months ago)
- Topics: matplotlib, python, streamlit
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)