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
- Host: GitHub
- URL: https://github.com/pbahner/not-a-txt-editor
- Owner: PBahner
- Created: 2021-01-31T18:00:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-04T12:45:44.000Z (over 5 years ago)
- Last Synced: 2025-02-08T05:41:13.721Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# not-a-txt-editor
A text editor copy built in python

## 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
```