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()))
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.0.tar.gz
(3.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ppfun-1.0.0-py3-none-any.whl
(3.5 kB
view details)
File details
Details for the file ppfun-1.0.0.tar.gz.
File metadata
- Download URL: ppfun-1.0.0.tar.gz
- Upload date:
- Size: 3.0 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd0b8d30f7068329468e88a4b2a1b6aa25d4b5df20bd374aa348b734484d97cd
|
|
| MD5 |
d9ddac4e91bcf25ef8315e1db01bf710
|
|
| BLAKE2b-256 |
b994cfb53913f4f0072e7d7eb4cfdaac21055a6a089dedc57e3969595aaf86de
|
File details
Details for the file ppfun-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ppfun-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.5 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73417cd93b51701a9abb076bb112c4c05ce38fcdb65bfd7844d4fcc64f3d33a6
|
|
| MD5 |
0d6cbbe7bd609e331db9b64409d32fee
|
|
| BLAKE2b-256 |
e32768d9d94c66f6119f67810bb7d293ba3efdfc0ceb600d9227395ff1b1317d
|