LazyerIJ / gTask_to_CSV

Google Task to CSV 구글 할 일 목록을 CSV파일로 백업 받을 수 있는 툴입니다.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gTask_to_CSV: Google Task to CSV

Google Task updated as a sidebar of gmail environment. However, many of people still used Google Task as a task management application as a standalone. In case of heavy user, they need to back their task with proper way. My code will help to backup your tasks even though you don't have a knowledge of Google Task API.

Installation

$ git clone https://github.com/yunho0130/gTask_to_CSV

Make vitualenv and change env to install dependency regardless of your env. In case of mac you can use this command afterward your creation of virtualenv.

$ source gcp3/bin/activate

(gcp3) $ pip install PyInstaller-3.4.tar.gz

(gcp3) $ pip install -r requirements.txt

Prerequisites

  • You need to enable Task API via External URL

  • Login with Google OAuth

    • If you have several Google Accounts, you need to select proper account to get Tasks
  • Get CSV file from Google Task

    • After execution of this application, you need to check enclosing folder to get CSV file.

For command line tool

If you are familar with CLI tool, use this command.

(gcp3)$ python gTask_importer_pre_release.py

It would be return CSV file what you want.

For GUI environment v0.3

$ fbs run

Future Work & Special Thanks

  • Build standalone GUI version
  • export csv icon by Razmig Getzoyan from the Noun Project

About

Google Task to CSV 구글 할 일 목록을 CSV파일로 백업 받을 수 있는 툴입니다.

License:GNU General Public License v3.0


Languages

Language:Python 79.3%Language:HTML 5.3%Language:JavaScript 4.5%Language:QML 3.6%Language:TeX 3.3%Language:Tcl 1.7%Language:C 1.0%Language:Jupyter Notebook 0.9%Language:C++ 0.1%Language:Cython 0.1%Language:Smarty 0.1%Language:Shell 0.0%Language:Fortran 0.0%Language:Roff 0.0%Language:CSS 0.0%Language:Dockerfile 0.0%Language:NSIS 0.0%Language:Less 0.0%Language:AppleScript 0.0%Language:PowerShell 0.0%Language:Xonsh 0.0%Language:Classic ASP 0.0%Language:XSLT 0.0%Language:Batchfile 0.0%Language:Ruby 0.0%Language:VBScript 0.0%