Giter Club home page Giter Club logo

sparklypython's Introduction

SparklyPython

SparklyPython is a powerful and open-source Python IDE based on Tkinter. It provides many features, fully customizable, and beginner-friendly!

  • Highlighter for Python syntax
  • Powerful Python Autocomplete
  • Files Explorer to navigate files easily
  • Beginner-friendly and easy to use

๐Ÿ“ฅ Download

To download the application, simply go to releases and scroll down until you find the assets, click on the .zip file to download it. When the download finishes, unzip the compressed folder to a normal folder and start the application by running the file SparklyPython.exe.

Ensure SparklyPython has permission to write and read files because if these permissions are missing, the application will return many errors and eventually crash.

๐Ÿ’ฟ Convert .py to .exe

To convert the main source code of SparklyPython to an executable file, you must install PyInstaller and then use the following command for the conversion:

pyinstaller main.py -w --icon=icon.ico

PyInstaller will eventually make two directories, "build" and "dist". The important folder is the "dist" because it contains every .dll file and modules that makes the app run on any operating system, so you can delete the "build" folder, drag icon.ico to the build/main folder, and convert the build/main to a compressed file (.zip).

๐Ÿ› Known bugs

  • If the configuration file has a missing property while the settings window is loading the file, it will eventually stop the window from getting ready.
  • When modifying a keyword plugin that has a dot behind the current word by selecting an option from the SparklyPython Autocomplete list, it will remove anything behind the current word and replace it with the selected keyword. For an example, the full string test_class.test_funct... will be replaced by test_function only, not test_class.test_function.
  • When Files Explorer loads many files and directories, the app might freeze and eventually crash. If the application is being used while Explorer is loading, it might use a lot of RAM, which eventually slows down the device.

๐Ÿ–ผ๏ธ Screenshots

๐Ÿ“„ License

The MIT License (view here)

sparklypython's People

Contributors

tfagaming avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.