Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noamraph/dreampie
DreamPie - The Python shell you've always dreamed about!
https://github.com/noamraph/dreampie
Last synced: 26 days ago
JSON representation
DreamPie - The Python shell you've always dreamed about!
- Host: GitHub
- URL: https://github.com/noamraph/dreampie
- Owner: noamraph
- License: gpl-3.0
- Created: 2012-07-03T16:03:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-04-13T13:24:19.000Z (over 2 years ago)
- Last Synced: 2024-11-09T18:27:47.558Z (about 1 month ago)
- Language: Python
- Homepage: www.dreampie.org
- Size: 854 KB
- Stars: 235
- Watchers: 26
- Forks: 53
- Open Issues: 67
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-starz - noamraph/dreampie - DreamPie - The Python shell you've always dreamed about! (Python)
README
DreamPie - The Python shell you've always dreamed about!
========================================================DreamPie is a Python shell which is designed to be reliable and fun. It is licensed under GPLv3.
For more information, take a look at http://www.dreampie.org/
To run, you will need Python 2.6 or 2.7, and PyGTK with pygtksourceview.
* On Windows, get the PyGTK all-in-one installer from
http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.24/ and be sure to
select pygtksourceview.
* On Mac, get it from http://sourceforge.net/projects/macpkg/files/PyGTK/2.24.0/
* On Linux, it's probably already installed.You can simply run dreampie.py or dreampie. Or, if you wish:
* On Windows, you can run create-shortcuts.py to create start menu shortcuts.
* On Mac and Linux, runln -s dreampie /usr/local/bin
DreamPie can use just about any Python interpreter (Jython, IronPython, PyPy).
You can give as it an argument with the name of the interpreter:./dreampie python3
./dreampie /path/to/pypy