Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 615 Bytes

File metadata and controls

12 lines (8 loc) · 615 Bytes

Useful-Python-Scripts

This is a collection of simple python scripts that can be used on multiple projects for CS 2316.

The goal of this is to make it easier and or faster to write programs by having the pieces we use repeatedly ready to go. If you have an idea for a script that should be added please post a new issue.

Table of Contents:

GUIs.py - Creates a simple dynamic GUI Class that can have data added in by clicking a button CSV Reader.py - Contains a simple method to read a csv file into a double nested list

If you use pieces of this code don't forget to note it in your colaboration statement.