Code Monkey home page Code Monkey logo

upy_ide's Introduction

uPy_IDE (An attemp of making a MicroPython IDE) 馃槅

Proyecto de desarrollo de un IDE con opciones de flashear MicroPython en microcontroladores ESP. Pronto se agregara un campo simulador del REPL de MicroPython.

Ejecuci贸n

Hasta ahora solo se ha creado un ejecutable que es para Linux. Sin embargo, el proyecto en general esta todav铆a en una etapa de desarrollo, por lo que tambien se puede correr el proyecto en si pero debe cumplirse ciertos requerimientos dependiendo del sistema operativo.

Para ello ver los minimos requisitos aqu铆: https://github.com/pybee/toga/blob/master/README.rst

Una vez que se tengan los requerimientos instalados y se haya clonado el repositorio localmente. Abrir una terminal fuera de la carpeta del proyecto y ejecutar uno de los proximos comandos:

python -m uPy_IDE o python3 -m uPy_IDE

Sin entorno virtual

sudo pip3 install --pre toga

Con entorno virtual

python3 -m venv venv
source venv/bin/activate
pip install --pre toga
pip install pyserial
pip install python-dotenv

pip install click

upy_ide's People

Contributors

carlosffm avatar jlaica avatar kevinjlope avatar sasilva1998 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

carlosffm

upy_ide's Issues

Windows compatibility

I have been having issues with the executable of my App for Windows. Initially it was developed to be run on Linux and could create the executable easily, however I have been trying to export it on Win without success. I am having problems with .Net and winforms.

App dying while processing

Basically what is going on is that, when one of the buttons is pushed and it involves a background process. The app needs multithreading.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    馃枛 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 馃搳馃搱馃帀

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google 鉂わ笍 Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.