Skip to content

SaurabhAgarwala/PyQtSpreadsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyQtSpreadsheet

In this project, a spreadsheet application has been created. The application has been developed using PyQt5.

Application Features

  • Create and save spreadsheets
  • Open CSV files as a spreadsheet. By default, it is opened in read-only mode
  • Edit spreadsheets and add data into it
  • Select data from any two rows or columns and plot graphs between them
  • Scatter Plots, Scatter Plots with Lines and Line Plots can be drawn with custom title and labels
  • Explore the plots and save them
  • Shorcut Keys for all actions

Steps to run the application

  1. Clone the repo and create a virtual environment.
  2. Activate the virtual environment and change directory to the root folder of the project where requirements.txt is present.
  3. Exexute the below command to install the dependencies:     pip install -r requirements.txt
  4. To run the application execute:     python3 spreadsheet.py

Demo Video

The demo video of the application is available here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages