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
- Host: GitHub
- URL: https://github.com/ejw-data/python-scripts-income
- Owner: ejw-data
- Created: 2019-09-04T02:59:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T01:47:00.000Z (over 3 years ago)
- Last Synced: 2025-01-22T06:47:10.550Z (over 1 year ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 17.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-scripts-income
Author: Erin James Wills, ejw.data@gmail.com

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`