Skip to main content

Use casioplot module on a computer

Project description

Documentation Status PyPI Status

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.4.1 - 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.4.1.tar.gz (23.5 kB view details)

Uploaded Source

Built Distribution

casioplot-3.4.1-py3-none-any.whl (25.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: casioplot-3.4.1.tar.gz
  • Upload date:
  • Size: 23.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for casioplot-3.4.1.tar.gz
Algorithm Hash digest
SHA256 8bb5dcde98cada79a81553acd2e401c6186192abaeaeeebd64cbd10d08794b7d
MD5 2b1b469c02df267c4df0a7cbecfcf333
BLAKE2b-256 f9339692ad7783dc235b5d0518036bed5ad4f4ad994181d6f1a5d22c36ea282d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: casioplot-3.4.1-py3-none-any.whl
  • Upload date:
  • Size: 25.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for casioplot-3.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 26373202d30bb21cc83f6c2c60a6fd7db961df737d404c7a72e1e83ccfa1c3db
MD5 55d70fb9fca3bd4da14a1a0dc5fc163b
BLAKE2b-256 051179bc8e277f6fc2ef23770a40977a86edf413514898c2ddc05eb89da420fe

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