Skip to content

Lmbwilly/pyplanet-best_times

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyplanet-best_times

Simple Plugin for PyPlanet to have an overview of the best 12 Times. Also possible to get a detailed view of all times driven this round with differences to the best time.

Installation

Copy the best_times folder to your /pyplanet/apps/ folder.

Add the app in the /pyplanet/settings/apps.py Apps file with 'apps.best_times',.

Or like this:

APPS = {
'default': [
	//'pyplanet.apps.contrib.*', My Other apps
	'apps.best_times',
 ]
}

Preview

Overview of best 12 times!

Detailed list of all times!

About

Plugin for PyPlanet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages