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.2.tar.gz (3.4 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.2-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ppfun-1.0.2.tar.gz
  • Upload date:
  • Size: 3.4 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.2.tar.gz
Algorithm Hash digest
SHA256 126c30b5c2abc70a0e77dc85a14fc659a04b31f2a7b2581bbfa5b2e29cefabd4
MD5 748e64e9443f8ff225f22e976da89590
BLAKE2b-256 3dee4c8184b03106d83633352ce4d0579c420e87f69963f5f633cffed85d517d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ppfun-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 3.8 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e9c711253982f18f8b5ad12cfe60eaa2ccdde9d6dd08fbcd84ede2589e240ebf
MD5 c85a680fcf4ba788b84ed1594b0eabb4
BLAKE2b-256 0f442d8afa1294c78b97c31ceea58bd4b12d3c3b7a623311aa4bb389bc3f2137

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