NiklasTiede / Python-Scripts-Collection

πŸ“œ A Collection of Interesting Python Scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collection of Python Scripts

This is a collection of scripts which are too small to have their own repository but too interesting or useful to rot somewhere on my hard drive. Each directory contains the script and the dependencies are stored within a requirements.txt file so that you can easily rebuild them.

List of scripts:

  • Word Cloud | Here I generated a word cloud for my Linux CheatSheet repository. It uses the wordcloud library.

  • Sending Emails | Two python scripts for sending emails to yourself or other people.

  • Requesting APIs | Fetching API data is indispensable within the API era. Here I'm using the famous requests library and marshmellow to handle API requests/responds. The data are validated and serialized.

  • Drug Webscraper | Retrieves the InChI strings of FDA-approved drugs by their proprietary names.

  • Renaming Script | Script which replaces whitespaces within folder/file-names by underscores. Culminated into the more advanced renaming tool Spasco.

If you find a bug or if you have any suggestions for improvement (or if you have an interesting python script to share) make a pullrequest and your contribution will be appreciated! πŸ˜€

About

πŸ“œ A Collection of Interesting Python Scripts.

License:MIT License


Languages

Language:Jupyter Notebook 75.4%Language:Python 20.7%Language:Makefile 3.3%Language:HTML 0.6%