Giter Site home page Giter Site logo

strawberry-editor's Introduction

This project no longer gets any kind of update

This project has many many many bugs and problems that cannot be fixed easily. the reason I'm not deleting this repository is to keep my achivements.

Strawberry Editor

Issues Stars License

an easy to use TUI text editor with a self explanatory UI made in Python

Screenshot

Features

  • โž• Everything can be changed using Extensions
  • ๐Ÿ“ฆ Has a lot of useful features out of the box
  • ๐Ÿซ Easy to learn
  • โŒจ๏ธ Everything has the keybinding it needs to. for example Save is Ctrl + s

Installation

There is no need to install anything except python just download the files and then open start.py using:

python3 start.py

or

python start.py

or

py start.py

inside the main folder (not the src)

strawberry-editor's People

Contributors

mani4d46 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

sorokinvld

strawberry-editor's Issues

pygments missing in requirements.txt

pip install -r requirements.txt
python start.py
Traceback (most recent call last):
  File "start.py", line 3, in <module>
    from src import window
  File "/home/user/projects/strawberry-editor/src/window.py", line 10, in <module>
    from .edit import TextEditor
  File "/home/user/projects/strawberry-editor/src/edit.py", line 7, in <module>
    from pygments.formatters import Terminal256Formatter, TerminalFormatter
ModuleNotFoundError: No module named 'pygments'

editor keeps blinking and won't respond

the start screen shows up but all the characters and text start blinking including the pixel art, and the editor then stops responding.. running python 3.8 on kitty terminal, pop_os 20.04 LTS..

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.