Skip to content

A multi-tabbed text editor made with GTK and Python

License

Notifications You must be signed in to change notification settings

OrangeFalcon14/Tabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tabs

A text editor made with GTK and Python

Screenshots

image

A multi-tabbed interface to avoid hundreds of open windows.

image

Includes Read Aloud! Select a language from the settings menu or stick with the default one.

image

Customize your experience with a few setings.

Installation

Linux

Download Executable

  • Go to the Releases page and download the latest release
  • Run the executable file

Build from source:

  • Install Python
  • Install PyGTK if it isn't already
  • Clone this repo
  • Open your terminal and go to the directory where the clone is stored
  • Run pip install -r requirements.txt
  • Run python3 main.py