Skip to main content

Allows you to use the PixelPlanet.Fun API

Project description

ppfun

ppfun allows you to use the PixelPlanet.Fun's (hence the name) API in your Python code. I personally didn't come up with any use case besides auto-drawing bots. But you may. Please e-mail me if you come up with any idea, I will truly be interested.

Example code:

# import the library
import ppfun

# create an API object
pp = ppfun.PPFun_api()
# print the list of available canvases
print('---------')
print('Canvases:')
for c in pp.list_canv():
    print(c['title'] + '\t\t' +
          c['description'] + '\t\t' +
          str(c['size']) + 'x' + str(c['size']) + '\t\t' +
          '(' + c['identifier'] + ')')
print('---------')
# get the main canvas (Earth)
canv = pp.get_canv('d')
# print the approximation of the lime color for this canvas
print('Lime color ID: ' + str(canv.approx_color((0, 255, 0))))
# set a pixel at (-1532, -550) and print the cooldown time
canv.set_pixel((-1532, -550), canv.approx_color((0, 255, 0)))
print('Cooldown after setting the pixel: ' + str(canv.remaining_cooldown()))

installation

pip install ppfun

documentation

PPFun_api class

This is where the journey starts. You create a client by creating an instance of this class. The library then fetches some data from the server. It is available through these functions:

  • list_canv() - returns a list of canvas descriptors. Each descriptor is a dictionary that contains the title, description, size and identifier keys
  • get_canv(ident) - returns a canvas object of the canvas with a specific identifier

PPFun_canv class

This class contains all the functions you need to create your masterpiece. Here they are:

  • approx_color(rgb_tuple) - returns a color index that approximates the given color the most
  • set_pixel(pos_tuple, color_index) - places a pixel on the map. Throws an exception on error, returns True on success
  • remaining_cooldown() - returns the remaining cooldown in seconds

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ppfun-1.0.5.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ppfun-1.0.5-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file ppfun-1.0.5.tar.gz.

File metadata

  • Download URL: ppfun-1.0.5.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for ppfun-1.0.5.tar.gz
Algorithm Hash digest
SHA256 9fd1f9928ee3be3226d95dffbc6a06bfbc83bcdf8d85f3eba6fb2537e7a2e15a
MD5 abac7e9b38e83ec95c63e2f5a9c4834c
BLAKE2b-256 9a8a9c4c7bbf85060543526c3203f67b398df863fb229aec8a44a094e54117cb

See more details on using hashes here.

File details

Details for the file ppfun-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: ppfun-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.2

File hashes

Hashes for ppfun-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 2d8d757fd1e89db101d69bf212783ae450a85fe05d57e00509d4199900c27376
MD5 d5bc9774b1802d4e27cd863f64343d3e
BLAKE2b-256 d8528b3e96ecb6ecf03dacf18c3374e16eb5b831da582e096312e771e3d1ff96

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page