Skip to main content

Use casioplot module on a computer

Project description

Module casioplot from Casio calculator for Computers.

This can help to develop python programs in your computer and run it before you put it in your calculator. Due to it’s customization ability, this package can also be used as simple way to draw at a pixel level.

A colorful image A 3D cube

Installation

pip install casioplot

This module use python 3.11.

Need the module Pillow to work.

Install Pillow:

pip install pillow

Usage example

Draw a single pixel

from casioplot import *

print(get_pixel(10, 10))
red = (255, 0, 0)
set_pixel(10, 10, red)
print(get_pixel(10, 10))
show_screen()  # Don't forget to show the screen to see the result.
A single pixel on the screen
(255, 255, 255)
(255, 0, 0)

For more examples and usage, please refer to the Docs. There is also a demonstration of the package in the folder demo.

Development setup

Nothing needed.

Release history

See Github release page.

Meta

Uniwix - uniwixu@gmail.com

MiguelTorrinhaPereira - miguel.torrinha.pereira+github@gmail.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/uniwix

Contributing

  1. Fork it (https://github.com/uniwix/casioplot/fork)

  2. Create your feature branch (git checkout -b feature/fooBar)

  3. Commit your changes (git commit -am 'Add some fooBar')

  4. Push to the branch (git push origin feature/fooBar)

  5. Create a new Pull Request

v 3.1.6 - Uniwix - MiguelTorrinhaPereira

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

casioplot-3.1.6.tar.gz (20.3 kB view details)

Uploaded Source

Built Distribution

casioplot-3.1.6-py3-none-any.whl (21.4 kB view details)

Uploaded Python 3

File details

Details for the file casioplot-3.1.6.tar.gz.

File metadata

  • Download URL: casioplot-3.1.6.tar.gz
  • Upload date:
  • Size: 20.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for casioplot-3.1.6.tar.gz
Algorithm Hash digest
SHA256 3e9ebd420b7932684d26d4b1b31efeeb0db8baf42bbac159e031b24567c2f37a
MD5 0a1ca12b4ad76522a9040d9893e36dd7
BLAKE2b-256 cd0443688e9967f7b64f8181971738adadfb236b5d21b4e6c4a1ece6a0562dcc

See more details on using hashes here.

File details

Details for the file casioplot-3.1.6-py3-none-any.whl.

File metadata

  • Download URL: casioplot-3.1.6-py3-none-any.whl
  • Upload date:
  • Size: 21.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for casioplot-3.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 724387dc7d7ad6c4f70618b1e740deb074ca6818e0e7f11d71b9c7ebc7ebc7f9
MD5 9c368acc51a796fb9fef5f343dc10a04
BLAKE2b-256 80a7cc6f1c90eb36dae8ca123f08d080cbec547c8b4f8b232ad61e402fd20bb8

See more details on using hashes here.

Supported by

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