Intro - YuKaocgu/Software-Development---Group-1 GitHub Wiki

Welcome to the Software-Development---Group-1 wiki! We have developed a module for FuRS (Future Rock Stars) summer camp. It is a module intended to be run in your favorite Python application.

To run the program download all of the files in the finalproject folder and run the module main() in main.py. This will open a menu that connects all of the modules together, so you can run them in the order you would like.

There is a few things still to be done, most notably there is a catch problem with the report, in order for it to run properly you would need to close the project, restart the kernel and run the main.py again in order to see the array's in the python application.

we used a few special packages that you might need to pip install. If you are running through anaconda most of them should be installed, with the exception of pandasql please see the following list for all packages used:

  1. datetime
  2. xlsxwriter
  3. csv
  4. pandas
  5. pandasql
  6. warnings
  7. openpyxl

We have wrapped up the class for which this was developed, we will therefore not be updating any of the files in here. Feel free to download and use this in any way.