This module allows to use casioplot module on a computer.
Project description
Module casioplot from Casio calculator for Computer.
This can help to develop python programs in your computer and run it before put it in your calculator.
Installation
pip install casioplot
This module use python 3.10.0.
Need the module Pillow to work.
Install Pillow:
pip install pillow
Usage example
Draw a single pixel
from casioplot import *
red = (255, 0, 0)
set_pixel(10, 10, red)
show_screen() # Don't forget to show the screen to see the result.
For more examples and usage, please refer to the Docs.
Development setup
Nothing needed.
Release History
- 2.0.0
Add tkinter support
Change the way to show the screen
Change settings implementation
Thanks to @miguelTorrinhaPereira for the help
- 1.3.2
Minor fix
- 1.3.1
Minor fix
- 1.3.0
Update settings and usage
Adding documentation
- 1.2.0
ADD: Character support
- 1.0.9
FIX: images in the docs
- 1.0.5
FIX: import in the __init__ file
- 1.0.1
First release on PyPI (this release is no more available now)
- 1.0.0
Work in progress
Meta
Uniwix - uniwixu@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
Compatibility Notes
Some behaviors aren’t respected:
The function draw_string can’t print all the characters and doesn’t support the sizes small and large. Will be implemented soon.
Only one calculator implemented: casio graph 90+e.
v 2.0.0 - Uniwix
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-2.0.0.tar.gz
.
File metadata
- Download URL: casioplot-2.0.0.tar.gz
- Upload date:
- Size: 10.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 | 0b0a00e5f4e279310641548c2f24c4f5eb9e7d7d315764d9bb7422b98c1cb89f |
|
MD5 | 5229eaddc00a49a51d10feb056071a68 |
|
BLAKE2b-256 | 8c10dd76972663d3e7ae43af56ec42728fdd3a380c808fbb66cfda6ae3e35e09 |
File details
Details for the file casioplot-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: casioplot-2.0.0-py3-none-any.whl
- Upload date:
- Size: 13.9 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 | bd0c57603087d14b23f97d95ab2e35478955b9e0ad8e63c3ae1863b2663009b8 |
|
MD5 | f6d0779e4bf28deed87de981a44c635b |
|
BLAKE2b-256 | dde5e57ac5e1f18bb44c3d135209da796467ce2baa1ad0924e8bf381368fb6e3 |