An open API service indexing awesome lists of open source software.

https://github.com/ejw-data/python-scripts-income

Terminal run python scripts that manipulate data - totalizer, calculated values - related to a company's income statement
https://github.com/ejw-data/python-scripts-income

python

Last synced: over 1 year ago
JSON representation

Terminal run python scripts that manipulate data - totalizer, calculated values - related to a company's income statement

Awesome Lists containing this project

README

          

# python-scripts-income

Author: Erin James Wills, ejw.data@gmail.com

![Python Script](./images/income-script.png)
Photo by [Markus Winkler](https://unsplash.com/@markuswinkler?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/s/photos/income?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)

## Overview


This repo uses python to determine a business' income changes. The results are written to the terminal and to a text file.


## Technologies
* Python


## Data Source
Dataset generated by Trilogy Education Services. Origins beyond this is unknown.


## Setup and Installation
1. Environment needs the following:
* Python 3.6+
* os
* csv
1. Activate your environment
1. Clone the repo to your local machine
1. Navigate the terminal to the repo folder
1. In the terminal, run `python main.py`