GithubHelp home page GithubHelp logo

yellowway / upycraft-qt5 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from marceluphd/upycraft-qt5

0.0 1.0 0.0 96.25 MB

uPyCraft running on PyQt5

License: GNU General Public License v3.0

Python 100.00%

upycraft-qt5's Introduction

uPyCraft-Qt5

This is my modified version of uPyCraft based on PyQt5. I started from the version by japei100 found on uPyCraft_PyQt5. Unfortunately this version gave me a lot of problems which I try to correct in my new version. I keep his README file intact, explaining the environment required to run the program This has not changed

Attention! This is work in progress and the program is only partly working!

Environment

  • Ubuntu 18.04.1
  • Python 3.6.5
  • Qt 5.11.1
  • PyQt5

Pre-Install

1. python3

$ python --version
Python 3.6.5
$ pip --version
pip 18.0 from ~/.local/lib/python3.6/site-packages/pip (python 3.6)
$ pip3 --version
pip 18.0 from ~/.local/lib/python3.6/site-packages/pip (python 3.6)

$ pip3 install -U pyinstaller --user
$ pip3 install -U pyflakes --user
$ pip3 install -U pyserial --user

2. QT

Download the NEWEST qt-opensource-linux-x64-5.11.1.run from https://www.qt.io/download, and:

    $ sudo ./qt-opensource-linux-x64-5.11.1.run

3. SIP

Refer to https://riverbankcomputing.com/software/sip/download

    $ pip3 install -U sip --user

4. PyQt5

Refer to https://sourceforge.net/projects/pyqt/files/PyQt5/

   $ pip3 install -U pyqt5 --user

5. QScintilla2

Refer to https://pypi.org/project/QScintilla/

$ pip3 install -U QScintilla --user

Install uPyCraft

$ pyinstaller -F uPyCraft.py

Run uPyCraft

$ cd dist
$ ./uPyCraft

uPyCraft GUI

Boards

Supported

To Be Supported

upycraft-qt5's People

Contributors

uraich avatar

Watchers

James Cloos avatar

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.