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
- Host: GitHub
- URL: https://github.com/abdallahhemdan/hempad
- Owner: AbdallahHemdan
- License: mit
- Created: 2019-06-12T07:18:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T15:28:32.000Z (about 6 years ago)
- Last Synced: 2025-03-31T23:39:07.969Z (10 months ago)
- Topics: hempad, note-taking, notepad, text-edit, wordpad
- Language: C++
- Homepage:
- Size: 346 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⌨️ HemPad
------------
[](https://github.com/AbdallahHemdan/HemPad/issues)
[](https://github.com/AbdallahHemdan/HemPad/network)
[](https://github.com/AbdallahHemdan/HemPad/stargazers)
[](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

## 🔑 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)