Skip to content

Udayan853/GOATpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOATpad

A Modern and Simple text editor

Getting-started

  • Clone the repository
git clone https://github.com/Udayan853/GOATpad.git
  • Create a virtual environment in same directory
python -m venv GOATpad
  • Activate virtual environment and install the dependencies
source GOATpad/bin/activate
pip install -r requirements.txt
  • Run GOATpad
python GOATpad/main.py

Note: GOATpad has only been tested on linux based systems

Objectives

✅ Add basic text editing features
⬜ Add a plugin feature to use any NLP model and generate text autocomplete suggestions
⬜ Allow opening of multiple files in multiple tabs
⬜ Allow encryption and decryption of files

Sources

Releases

No releases published

Packages

No packages published

Languages