Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 1.78 KB

File metadata and controls

43 lines (37 loc) · 1.78 KB

Coding Test Example (Python)

Table of Contents
  1. Introduction
  2. Installation Instructions
  3. Usage
  4. Disclaimer

Introduction

This is a simple console/terminal Python script that downloads a Google Doc from a specified URL and if the Google Doc is in the correct format, a grid of uppercase characters will be printed to the console.

Example Google Doc format:
Example Document
Note: This can also be found here.

Sample output:
Sample Output

Installation Instructions

  1. git clone https://github.com/kalcorn/coding-test-example-python.git
  2. cd coding-test-example-python
  3. pip install -r requirements.txt

Usage

python coding-test.py [GOOGLE DOCS URL GOES HERE]

Examples:

Disclaimer

This software is provided “as is”, without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.