Skip to content

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

Notifications You must be signed in to change notification settings

kalcorn/coding-test-example-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages