DEV Community

Raman
Raman

Posted on

Kryypto, a keyboard-driven python text editor.

hey, i made a python text editor for windows (soon for linux too).

Kryypto is a lightweight, fully keyboard-supported python text editor with deep customization and GitHub integration.

Repo: https://github.com/NaturalCapsule/Kryypto

GitHub pages: https://naturalcapsule.github.io/Kryypto/

✨ Features

  • Lightweight – minimal overhead
  • Full Keyboard Support – no need for the mouse, every feature is accessible via hotkeys
  • Discord presence
  • Live MarkDown Preview
  • Session Restore
  • Custom Styling
    • config\configuration.cfg for editor settings
    • CSS for theme and style customization
  • Editing Tools

    • Find text in file
    • Jump to line
    • Adjustable cursor (color & width)
    • Configurable animations (types & duration)
  • Git & GitHub Integration

    • View total commits
    • See last commit message & date
    • Track file changes directly inside the editor
  • Productivity Features

    • Autocompleter
    • Builtin Terminal
    • Docstring panel (hover to see function/class docstring)
    • Tab-based file switching
    • Bookmarking lines
    • Custom title bar
  • Syntax Highlighting for

    • Python
    • CSS
    • HTML
    • JSON
    • Config files
    • Markdown
    • Bash
    • Dockerfile

if you got any suggestion, feel free to write it in the comments!.

support the project by giving it a star on GitHub

Top comments (0)