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.
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.
(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.
Contributing
Fork it (https://github.com/uniwix/casioplot/fork)
Create your feature branch (git checkout -b feature/fooBar)
Commit your changes (git commit -am 'Add some fooBar')
Push to the branch (git push origin feature/fooBar)
Create a new Pull Request
v 3.1.7 - Uniwix - MiguelTorrinhaPereira
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file casioplot-3.1.7.tar.gz
.
File metadata
- Download URL: casioplot-3.1.7.tar.gz
- Upload date:
- Size: 21.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a2db23a63b54876f946676a5b813c979e9e82ca508ea811e53f849ffc392a45 |
|
MD5 | 7fbe699c3879e10bee8939fdbcd40845 |
|
BLAKE2b-256 | b467e738b52b684091bdf55d7bb7352700ffe562fd8914f7406cce69df79ab0c |
File details
Details for the file casioplot-3.1.7-py3-none-any.whl
.
File metadata
- Download URL: casioplot-3.1.7-py3-none-any.whl
- Upload date:
- Size: 22.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c77a5b8faa34086f309b0b749f1d798f0b2587ce473afad1c0ca19429b853867 |
|
MD5 | e470f134f68748428e8c6c1d8ed107b1 |
|
BLAKE2b-256 | bebdd6a57ebd9cb93c0bff86c3ed384c9dcc664e5eb848912a41d62810fd3b54 |