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

https://github.com/abdallahhemdan/hempad

⌨️ A fully functional Notepad app like (Microsoft "Word-pad") using C++/QT
https://github.com/abdallahhemdan/hempad

hempad note-taking notepad text-edit wordpad

Last synced: 8 months ago
JSON representation

⌨️ A fully functional Notepad app like (Microsoft "Word-pad") using C++/QT

Awesome Lists containing this project

README

          

# ⌨️ HemPad
------------
[![GitHub issues](https://img.shields.io/github/issues/AbdallahHemdan/HemPad)](https://github.com/AbdallahHemdan/HemPad/issues)
[![GitHub forks](https://img.shields.io/github/forks/AbdallahHemdan/HemPad)](https://github.com/AbdallahHemdan/HemPad/network)
[![GitHub stars](https://img.shields.io/github/stars/AbdallahHemdan/HemPad)](https://github.com/AbdallahHemdan/HemPad/stargazers)
[![GitHub license](https://img.shields.io/github/license/AbdallahHemdan/HemPad)](https://github.com/AbdallahHemdan/HemPad/blob/master/LICENSE)

__HemPad__ is a fully functional Notepad app like (Microsoft ```"Word-pad"```) with more functions Like:
- New 📃
- Open 📂
- Save as 📥
- Print 📇
- Exit ❌
- Copy 📑
- Paste 📋
- Cut ✂️
- Undo ↪️
- Redo ↩️

## 💻 Demo
![Demo](https://user-images.githubusercontent.com/40190772/59337683-5d38d480-8d01-11e9-8c3d-03334fc13436.gif)

## 🔑 How to use
### For Linux
1. ```Clone or download```
2. ```Extract in any where (e.g Desktop)```
3. ``` cd Desktop ```
4. ``` cd "HemPad-master" ```
5. ``` cd NotePad ```
6. ```./NotePad``` (to Run)

### For Windows
1. ```Clone or download```
2. ```Extract in any where (e.g Desktop)```
3. ``` cd Desktop ```
4. ``` cd "HemPad-master" ```
5. ``` cd NotePad ```
6. ```Call qmake referencing the NotePad.pro file```
7. ```./NotePad``` (to Run)