Metadata-Version: 2.1
Name: CPCReady
Version: 0.0.9
Summary: Software Developer Kit for programming in Basic for Amstrad CPC
Author: Destroyer
Author-email: <cpcready@gmail.com>
License: GPL
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click
Requires-Dist: configparser
Requires-Dist: rich
Requires-Dist: jinja2
Requires-Dist: emoji
Requires-Dist: requests


##
<p align="center">
<img src="docs/images/CPCReady_logo.png" 
        alt="CPCReady" 
        style="display: block; margin: 0 auto" />
</p>


![GitHub](https://img.shields.io/github/license/amstrad-sdk/cpcready?color=green)  ![GitHub Latest Release)](https://img.shields.io/github/v/release/amstrad-sdk/cpcready?logo=github&color=green)     <a href="https://github.com/amstrad-sdk/CPCReady/pulse" alt="Activity"><img src="https://img.shields.io/github/commit-activity/m/amstrad-sdk/CPCReady?color=blue" /></a> ![example workflow](https://github.com/amstrad-sdk/cpcready/actions/workflows/main.yml/badge.svg?color=green) ![PyPI - Version](https://img.shields.io/pypi/v/gotocpc?color=green) ![GitHub issues](https://img.shields.io/github/issues/amstrad-sdk/cpcready) ![GitHub pull requests](https://img.shields.io/github/issues-pr/amstrad-sdk/cpcready)

**CPCReady** es un conjunto de herramientas que ayudan y facilitan el desarrollo en lenguaje de programación Basic para Amstrad CPC desde PC's modernos. 
El core de **CPCReady** esta desarrollado en Python =>3.6 Incluye herramientas externas que facilitan la ejecucion de tareas. Es una aplicación multiplataforma para sistemas operativos Windows, Linux y mac, y se utiliza desde la linea de comando.


### Caracteristicas

Algunas de las caracteristicas incluidas en **CPCReady** son:

- Creación de proyectos.
- Programación en Basic por objetos (scripts independientes).
- Generacion de imagenes DSK y CDT de tu proyecto.
- Creación de Pantallas de carga y sprites.
- test y pruebas sobre RetrovirtualMachine Desktop y Web.
- Integración con 8BP y ugBASIC.
- Y mucho mas....

**Puedes acceder a la documentación completa del proyecto desde** [aqui](https://cpcready.readthedocs.io/es/latest/)
