suraimu752 / somethingIMadeUp

get how many kill/assist and rank by enter the need rp and the cost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

目次

apexRPCalculator.py

必要なRPとコストを入力することで何位で何キル/アシストすればいいか表示するやつ
get how many kill/assist and rank by enter the need rp and the cost

usage

python apexRPCalculator.py [need] [cost]
or

import apexRPCalculator  
apexRPCalculator.getLeast([need], [cost]) # => return list [[place, kill/assist, rp] , ...]

frequency.py

なろう小説のurlを入力すると更新頻度をグラフ化するやつ

About

get how many kill/assist and rank by enter the need rp and the cost


Languages

Language:Python 100.0%