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

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

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++
![image](https://user-images.githubusercontent.com/71678062/136006511-5c42e13d-1afe-4b6f-ba53-21ee1824de48.png)

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

![image](https://user-images.githubusercontent.com/71678062/140704711-faaed2d4-0d06-446b-8249-59d9e7d9e1fa.png)