Git Product home page Git Product logo

csv2texletterlabel's Introduction

csv2TexLetterLabel

CSVファイルに保存された住所録から宛名ラベルをTeX形式で自動生成します。当学科の出力フォーマット依存です。

出力サンプル

表示されている住所は疑似生成された架空のデータです。

スクリーンショット

Features

このプロジェクトで幸せになる人

  • 大量の住所録から一括で印刷用宛名ラベルを作成しなければならない人
  • pythonを少しかじってて、ワードやエクセルを使った宛名印刷が毎回面倒だと日夜思っている人

本リポジトリは作者が大学職場内業務で必要にかられて開発したものです。きっと誰かがこれで幸せになれることを願って公開しております。

Requirement

  • python(>3.6)
  • TeX環境(ローカルでTeXコンパイルを行う場合のみ)
  • 印刷機(差し込み印刷で封筒に直接印刷してもOK)
  • ラベル印刷用シール(シールで宛名を貼る場合)
  • カッター
  • カッターマット

Usage

プロジェクトをクローンして、住所録のcsvファイル形式に合わせてpythonコードを修正して、実行。label.texというファイルが生成されるので、platexでコンパイルしてpdfにする。という流れです。

git clone https://github.com/TetsuakiBaba/csv2TexLetterLabel.git
cd csv2TexLetterLabel
python3 csv2TexLetterLabel.py
platex label; dvipdfmx label

ローカルにTeX環境がない場合は下記OverleafのExampleをご利用ください。Overleafのアカウントを作成すればこのプロジェクトを自分のワークスペースにコピーできます。

Future Work

各種ラベル印刷シールに対応したTeXを出力できるようになるといいなと思っています。どなたかTeXが得意な方にプルリクエストお待ち申し上げております。

Reference

ここで使用している住所は https://hogehoge.tk疑似個人情報生成サービスを利用して生成したものです。生成項目によってはpython内のスクリプトを修正する必要がありますので、ご注意ください。

Author

Contributor

License

csv2texletterlabel's People

Contributors

tetsuakibaba avatar

Watchers

James Cloos avatar  avatar  avatar

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.