Apisnote Acitivity viewer は Apisnoteの各worksheetよりダウンロードしたcsvファイルより、どのシートがどの時間帯でよく使われているか可視化するツールです。
最新バージョンはaav6(pythonファイルのみ)です。
aav5.exe :aav6.pyから作成されたexeファイル。
aav6.py :最新のApisnote-Acitivity-viewer. ノートの色、アクティビティの種類を選択することが可能に。
ApisnoteActivityDF.py :aav6.py 用の関数。APISNOTEの活動量を記録したDataFrameを出力。
aav_heatmap.py :aav6.py 用の関数。heatmapを描画する。
aav_processmap.py :aav6.py 用の関数。processmap(折れ線グラフ)を描画する。
-
"ApisnoteActivityDF.py"は"aav6.py"と同じディレクトリに保存(exe版の場合不要)。
-
csvファイルとlist.txtをpython/exeファイルと同じディレクトリに保存(csv一括ダウンロードの場合はlist.txt不要)。
-
list.txt にファイル名を列挙。1ファイルごとに改行して記入。ノートの色指定を行う場合は,csv名のあとに",yellow"などと追記する。
ex) 例えばlist.txtの1-2行目に以下のように記載
xxx.csv
yyy.csv,yellow,blue
-
実行
https://qiita.com/ApisnoteDevelopers/items/1ec7fb9886af71f991d1
Apisnote-Acitivity-viewer is a tool to visualize Apisnote Activity (Frequency of Acitivity at each sheet) by getting csv data from Apisnote. The user can see active worksheet at the moment you choose.
Latest version is aav6 (only in python file).
aav5.exe :Main exe File
aav6.py :New version of Python file converted to exe file using PyInstaller
ApisnoteActivityDF.py :Python File. Make APISNOTE activity DataFrame for aav6.py
aav_heatmap.py :Python File. Show heatmap for aav6.py
aav_processmap.py :Python File. Show processmap for aav6.py
Python 3.7
-
Save "ApisnoteActivityDF.py" in the same folder of "aav6.py"
-
Save APISNOTE csv files and list.txt in the same folder (No need to set list.txt when you use all-worksheets csv Data).
-
list.txt should be a list of file names. Put each file name in a new line. If you want to set colors of note to be visualized, add color name with ",".
ex) In the list.txt
xxx.csv
yyy.csv,yellow,blue