Skip to content

ra2003/PyEditor

 
 

Repository files navigation

PyEditor

Python Editor for beginners and Minecraft Fans.

works only on Python 3 ;)

Note: This project is currently no longer being maintained:

There is now the great "Thonny - Python IDE for beginners":

It probably makes more sense to implement a Minecraft plugin for Thonny, than to continue this project!

quickstart

Raspbian/Linux/MacOS:

~$ wget https://raw.githubusercontent.com/PyEditor/PyEditor/master/boot_PyEditor.sh
~$ chmod +x boot_PyEditor.sh
~$ ./boot_PyEditor.sh
~$ cd PyEditor_env
~/PyEditor_env$ source bin/activate
(PyEditor_env) ~/PyEditor_env$ pyeditor

Windows:

  • download boot_PyEditor.cmd
  • store it somewhere
  • Execute the batchfile
  • The Executeable can then be found under: ...\PyEditor\Scripts\pyeditor.exe

TODO

  • file name input field
  • filelist
  • unittests: Travis CI, tox
  • gettext
  • check if minecraft runs, before execute script (if mcpi module used)
  • cleanup backups
  • "desktop" integration
  • installation? (e.g.: setup.exe for windows, debian package etc.)

history

links

Project stuff:

other:

About

Python Editor for beginners and Minecraft Fans.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 84.5%
  • Makefile 8.0%
  • Batchfile 5.0%
  • Shell 2.5%