Skip to content

The Dontpad terminal client you never knew you wanted!

Notifications You must be signed in to change notification settings

ColmeiaUDESC/nanopady

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The Dontpad terminal client you never knew you wanted!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages