Skip to content

Latest commit

 

History

History

V1_BasicDataHandling

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Version 1: Basic Data Handling

Overview

This initial version introduces the basics of PyQt6 by loading data from the current directory and displaying it in a table. Users can export this data to a CSV file using 'Save' or 'Save As' buttons.

Features

  • Read data from a CSV file located in the current directory.
  • Display data in a PyQt6 table view.
  • Export data back to CSV.

How to Run

python basic_data_handling.py