Skip to content

edu2web/KivySheetsInventoryManage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Kivy Sheets Inventory Manage

Google spread sheets を在庫管理の Backend として 利用する Kivy サンプルです。

Backend

Google spread sheets

API 設定

  • Google Cloud Platformのプロジェクトを作成
  • Google Drive APIを有効に
  • Google Sheets APIを有効に
  • 外部アプリからスプレッドシートにアクセスするための認証情報を設定
    (JSONを作成、このプロジェクトのフォルダに入れてください)

スプレッドシートを作成

InventoryBackend シート作成
認証情報のclient_emailに共有

Frontend

Python Kivyを利用する

スプレッドシートを操作するには、2つのライブラリを使います。pipでインストールしてください。

pip install gspread  
pip install oauth2client  

実行

python main.py

参考

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages