Pinned Repositories
AirfoilMorphingTool
This MATLAB live code tool can morph any given airfoil file with user-defined flap and slat settings. There are two types of flaps and slats that can be generated - Hinged and Continuous
Arduino-MorseCode
This project coverts Morse code into text using the Serial monitor inputs as 0s and 1s. The program can be modified to be used with a RF remote controller or a HC-05 bluetooth module.
Article-Scraper
The program can be used to scrape the content from an article from web by an input of a set of URLs in a text file or a URL. This project uses newspaper3k and python-docx libraries. The output of this program will give a neatly modified Word Document in '.docx' format with the contents of the article.
DOI-Scraper
This program can be used to get educational articles/papers from internet with an input of set DOI links in a text file. The retrieved data can be downloaded in a specified folder. This program uses Beautifulsoup to get response from Sci-Hub site and uses Pandas to store details in an Excel file.
Sathish-Vasudev's Repositories
Sathish-Vasudev/Article-Scraper
The program can be used to scrape the content from an article from web by an input of a set of URLs in a text file or a URL. This project uses newspaper3k and python-docx libraries. The output of this program will give a neatly modified Word Document in '.docx' format with the contents of the article.
Sathish-Vasudev/AirfoilMorphingTool
This MATLAB live code tool can morph any given airfoil file with user-defined flap and slat settings. There are two types of flaps and slats that can be generated - Hinged and Continuous
Sathish-Vasudev/DOI-Scraper
This program can be used to get educational articles/papers from internet with an input of set DOI links in a text file. The retrieved data can be downloaded in a specified folder. This program uses Beautifulsoup to get response from Sci-Hub site and uses Pandas to store details in an Excel file.
Sathish-Vasudev/Arduino-MorseCode
This project coverts Morse code into text using the Serial monitor inputs as 0s and 1s. The program can be modified to be used with a RF remote controller or a HC-05 bluetooth module.