GithubHelp home page GithubHelp logo

addressbook's Introduction

Simple LaTeX Address Book

A simple workflow that generates a LaTeX address book. The workflow consists of the following elements

  • Google Forms
    • Each entry of the address book represents a household. So the form has a common section "Household Address" that collects household address info such as: street number, city, state, and zip code.
    • Following the "Household Address" section are multiple member contact cards. Each card collects name, phone number, and email address.
  • Google Sheet
    • Collects Google Forms responses
    • Use App Script to convert multi-section responses into rows with the common "Household Address" column. Because the Household Address is unique, this column will be used in pandas groupby operation, as explained in the following.
  • Python
    • A python script that pulls the rows and write the contact info into .tex file for each addressbook entry. Here the converted responses are imported as a pandas dataframe. Using the Household Address as groupby column, the code iterates over each household and outputs address book entry in .tex format. Additionally, the code uses Google API to communicate with Google Sheet and Google Forms services.

Reference to the Google APIs:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.