Git Product home page Git Product logo

texteditor-tk's Introduction

Textworker (Tkinter)

A simple and cross-platform Python text editor.

This repository has been moved to GitLab.

Expected new features:

  • About window (but the contents seem not to be shown - wthell??)

  • New auto-save implementation like the wip/wx branch - but it auto show on editor init (#1)

  • New Find & Replace dialog - not usable right now

  • An Editor class which embeds auto-save support by default

  • Update libtextworker to 0.1.4 with fixes and new features

  • Directory tree

These features will not here (comparing with wx builds):

  • Markdown preview

  • Preferences & Updater dialogs

Features

  • Lightweight

  • Run some tasks with Command Window (removed on version 1.5a0)

  • Customizable interface

  • Auto save

  • Multiple languages

See all app releases here.

You can get wheels from GitHub actions.

Build and install

Requires Python 3.10+ with Tkinter and pip installed.

Installable directly from TestPypi as the texteditor package.

To generate translations, which are not provided by default in the source code: Install gettext and make, then run:

make maketrans

Run the program:

python3 -m texteditor [args]

If you want to use the source code:

$ # install libtextworker[configparser, tkinter] first.
$ # install libtextworker[autocolor] for autocolor support.
$ git clone https://github.com/lebao3105/texteditor.git # Or you can use gitlab instead
$ cd texteditor
$ git submodule update --init --recursive
$ pip install cairosvg # If you want, for app icon support

Install from source: pip install .

texteditor-tk's People

Contributors

lebao3105 avatar dependabot[bot] avatar

Watchers

 avatar

texteditor-tk's Issues

Auto-start AutoSave settings dialog

Version: 1.5a0 (WIP)

Git branch: wip/1.5

Details:

  • Autosave dialog automatically opens on startup 2 times.
  • No call for AutoSaveConfig.ShowWindow() has been made.
  • Checked with VSCode debug session.

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.