An open API service indexing awesome lists of open source software.

https://github.com/pbahner/not-a-txt-editor

It's definitely not a text editor
https://github.com/pbahner/not-a-txt-editor

Last synced: about 1 year ago
JSON representation

It's definitely not a text editor

Awesome Lists containing this project

README

          

# not-a-txt-editor
A text editor copy built in python
![NoteIt](https://github.com/fluffyP4nd4/not-a-txt-editor/blob/main/images/screenshot.png)

## Installation

Use git to clone the repo to your Local machine

```
git clone https://github.com/fluffyP4nd4/not-a-txt-editor.git
```
### Prerequisite

Install PyQt5 library

```
pip install PyQt5
```
or

```
sudo apt install python-pyqt5
```
## Running the application

Change into the clone directory and run

```
python notTxteditor.py
```