Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
junhuanchen committed May 19, 2019
1 parent ffc7c97 commit b9d4342
Show file tree
Hide file tree
Showing 21 changed files with 749 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,29 @@
# mpy-editor
Simple! Easy! Quick! Start your micropython!

Simple! Easy! Quick! Start your micropython code!

# uasge

## Open mpy-editor.

## Connect your hardware.

## Run micropython code.

## Look running results.

## save or load your file.

# pyinstaller

1. create editor.spec

pyinstaller -w -F editor.py -i logo.ico

2. modify editor.spec

in 9 line editor.spec add `datas=[('img', 'img')],`

3. create editor.exe

pyinstaller -w -F editor.spec -i logo.ico
Loading

0 comments on commit b9d4342

Please sign in to comment.