Skip to content

tetracontinental/study_timetable_extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

リポジトリ名

このリポジトリは、ブラウザからGoogle Driveにアクセスし、PDFファイルをCSV形式に変換するツールです。また、変換されたCSVファイルをGoogle Calendarに自動的に追加する機能も備えています。

インストール

以下の手順に従って、このツールをインストールしてください。

  1. リポジトリをクローンします。
git clone https://github.com/your-username/your-repo.git
  1. 必要なパッケージをインストールします。
pip install -r requirements.txt

使い方

  1. ブラウザでGoogle Driveにアクセスし、変換したいPDFファイルをアップロードします。

  2. ターミナルで以下のコマンドを実行します。

python convert.py --input /path/to/pdf/file.pdf --output /path/to/csv/file.csv
  1. 変換されたCSVファイルが指定した出力パスに保存されます。

  2. Google CalendarにCSVファイルを自動的に追加するために、以下のコマンドを実行します。

python add-to-calendar.py --csv /path/to/csv/file.csv

これにより、CSVファイルの内容がGoogle Calendarにイベントとして追加されます。

ライセンス

このプロジェクトはMITライセンスのもとで公開されています。詳細については、LICENSEファイルを参照してください。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published