Coder Social home page Coder Social logo

surajsinghbisht054 / magicstick_editor Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 2.0 127 KB

Simple Editor Written In Python and Tkinter GUI library

Home Page: http://www.bitforestinfo.com

Python 100.00%
python tkinter tkinter-gui editor text-editor tkinter-gui-library magicstick-editor practise-python practise-tkinter bitforestinfo surajsinghbisht054

magicstick_editor's Introduction

MagicStick editor

A very simple source code editor written in Python 2.x (Python 3.x also supported).

my purpose behind writting this editor was, to polish my own programming skill and also, share my programming skill experience, step by step so that if anyone also want to learn, can follow my journey. I wrote all codes in step by step phase.. means all there are more than 14 folder of this editor code arranged in simple way to show how i develop features of this editor one by one.

In simple, if you also want to polish your skill, just follow.. magicstick_tutorial_series_python_2_7_support_only folder in ascending order.


License

Apache License

magicstick_editor's People

Contributors

surajsinghbisht054 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

magicstick_editor's Issues

No module named builtins

So i download this repo and run main.py in terminal but i got this error

Traceback (most recent call last):
  File "main.py", line 55, in <module>
    from magicsticklibs import Main
  File "/Users/user/Documents/AryaUwU/Python for game/kivyGame/MagicStick_Editor-master/magicsticklibs/Main.py", line 61, in <module>
    from .TextPad import TextPad
  File "/Users/user/Documents/AryaUwU/Python for game/kivyGame/MagicStick_Editor-master/magicsticklibs/TextPad.py", line 57, in <module>
    from .ConfigSettings import Connect
  File "/Users/user/Documents/AryaUwU/Python for game/kivyGame/MagicStick_Editor-master/magicsticklibs/ConfigSettings.py", line 73, in <module>
    from .ColorLight import ColorLight
  File "/Users/user/Documents/AryaUwU/Python for game/kivyGame/MagicStick_Editor-master/magicsticklibs/ColorLight.py", line 63, in <module>
    import builtins as __builtin__
ImportError: No module named builtins

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.