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.5.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.5.1.tar.gz (21.2 kB view details)

Uploaded Source

Built Distribution

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

casioplot-3.5.1-py3-none-any.whl (24.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: casioplot-3.5.1.tar.gz
  • Upload date:
  • Size: 21.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for casioplot-3.5.1.tar.gz
Algorithm Hash digest
SHA256 6152b42eb91d3175fbdadd308392405665ae9978c4edb87d1ed115508e5e5e52
MD5 8c2dab3e88daef8cb5678ea3c32f240b
BLAKE2b-256 67e5fd09791f95c7ba1028dc28ebf52b422cd2d319f6a0ab5c265f4e7eeba912

See more details on using hashes here.

File details

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

File metadata

  • Download URL: casioplot-3.5.1-py3-none-any.whl
  • Upload date:
  • Size: 24.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for casioplot-3.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9ac3692625323f76ee2b4776fbc2e0ea5e8bbdfa5a827dc6d2e12891aec8cda2
MD5 a5e385d69aa8c32edde9c0d15c91ae98
BLAKE2b-256 08b4163be6152236d6a29fb9753352f8e46795299cc57dc8ecee40bcbe31b5e0

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