Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.03 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.03 KB

Nanopady

A small project that aims the use of the site dontpad.com through the Linux terminal using python.

(It also works on Windows!)

One of the main goals of the project was to get the students involved to learn how to make a program in python that interacts with the internet.

Dependencies

Nanopad.py requires the libraries:

requests
bs4
os
hashlib

of which only bs4 needs to be installed via pip3 on the PC or bs4 and requests in the case of more minimal linux terminals like Termux.

How to use it on Linux

Execute on the linux terminal to open the program:

Python3 nanopady.py

Then you will be welcomed with the options of the software, like the option to encrypt the URL in various types like SHA-256.

How to use it on Windows

Execute on the linux terminal to open the program:

Python3 nanopadyWin.py

The program works the same way that it does on linux, the exception is that instead of using the text editor nano it uses notepad!

i guess we should call this version notepady now lol