https://github.com/truepadawan/notepad--
A Basic text-editor built with Qt/C++ along with Pastebin
https://github.com/truepadawan/notepad--
100daysofcode beginner-project cpp open-source qt
Last synced: about 2 months ago
JSON representation
A Basic text-editor built with Qt/C++ along with Pastebin
- Host: GitHub
- URL: https://github.com/truepadawan/notepad--
- Owner: TruePadawan
- License: mit
- Created: 2021-09-15T09:26:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T13:44:29.000Z (about 3 years ago)
- Last Synced: 2025-06-21T13:44:16.963Z (12 months ago)
- Topics: 100daysofcode, beginner-project, cpp, open-source, qt
- Language: C++
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notepad--
I've stopped working on this project since I've moved into Web Development, twas fun
A basic text-editor being built using Qt/C++

## Notes
If you're building the program from source, you need to have OpenSSL installed on your computer, and it's bin directory in your Path(environment variables) or you can just add it scoped to the program itself if you don't want to put it directly into your system env variables
It needs access to two dll files; libcrypto-1x64.dll and libssl-1.dll
