[{ "name": "Air Quality Script", "description": "Release History
0.0.1 - Work in progress", "usage": "python air-quality.py token", "type": "data" },{ "name": "Approximating pi", "description": "This script is useful to show a way to approximate the value of pi using a Monte Carlo method. It is also optimized using the @jit (just-in-time) decorator from the numba library.", "type": "data" },{ "name": "Blog Reader", "description": "Blog Reader is the terminal reader that scrapes the article from planet dgplug and displays it on the terminal.It seprates the content accrding to the screen size.", "usage": "python Blog_reader.py", "type": "social" },{ "name": "Bulk add users to Twitter list", "description": "Simple script helps you mass add users to your twitter list to follow (Ex: Bitcoin/Altcoins official account, news, traders...)", "usage": "pip install twitter
python bulk_add_twitter_list.py", "type": "social" },{ "name": "Caesar Cipher", "description": "Encrypts or Decrypts any message you want, simply enter the message and the rotation number", "usage": "python caesar_cipher.py", "type": "crypto" },{ "name": "Contributor list", "description": "For a given repo generate contribute.md with images in same size like the one in this README.md. you may need to install packages like PIL@1.1.7 and requests if not installed", "usage": "python contributors.py https://github.com/Logan1x/Python-Scripts/", "type": "FOSS" },{ "name": "End To End Encryption", "description": "It is a simple program to implement and understand the basic of end_to_end encryption. Here i am using caesar cipher to encrpt nbut in reality they Use algotihms lile SHA-1, RSA etc.", "usage": "python end_to_end.py", "type": "crypto" },{ "name": "Expense Manager", "description": "Simple GUI program which helps you calculate your expenses, monitor them just through mouse clicks. All you have to do is run the script and choose an option from the menu which will displayed when you run the script. Enter Your Expenses as eg: 'Biscuits Rs 15' ' rs ' ignore the quotes.", "usage": "python expense_manger.py", "type": "$" },{ "name": "Facebook Auto Post", "description": "This is python script that log in into facebook and post the status.You can see live execution of this script here.", "usage": "pip install -r facebook-auto-post.requirements.txt
python facebook-auto-post.py", "type": "social" },{ "name": "Find Large Files", "description": "Searches a file location and subdirectories for files larger than a given size. Useful for phones which might hide files in FileExplorer, but allow use as flash memory. Directly prints results if run directly. May also be imported, yielding results one by one.", "type": "util" },{ "name": "FTP Download File", "description": "A simple application to download a file via FTP with the given remote and local path Parameters: