Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deepankkartikey/python-scripting
https://github.com/deepankkartikey/python-scripting
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/deepankkartikey/python-scripting
- Owner: deepankkartikey
- Created: 2024-03-10T04:54:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T18:14:41.000Z (4 months ago)
- Last Synced: 2024-08-17T19:29:42.941Z (4 months ago)
- Language: Python
- Size: 883 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository consists of multiple small python automation scripts that I created while learning Python!
### Getting Started
- Install (latest) Python version and set PATH variable
- Install virtual environment utility
```
pip3 install virtualenv
```
- Create a virtual environment
```
virtualenv
```
- Run the following command in the parent directory to install Python dependecies needed to run the scripts:
```
pip3 install -r requirements.txt
```#### List of Scripts available
- **[Downloads Sorter](./Automated-Downloads-Sorter/)**
- Automatically sorts downloaded files into music, video, image, pdf documents, code files, etc.
- **[Youtube Video Downloader](./Youtube-Downloader/)**
- Downloads either a youtube video or a playlist based on type of URL that is passed as script parameter while running it.
- **[PDF-Merger](./PDF-Merger/)**
- Merge two or more PDF files into one.
- When script is run, all pdf files in current directory are combined and a new combined file is generated.
- **[Price-Tracker](./eBay-Price-Tracker/)**
- Get current price of an eBay product by giving the eBay product URL as user input
- Currently, supports only eBay - more website supports will be added in future
- **[Resume-Parser](./Resume-Parsing/)**
- Reads resume file in PDF format
- Extracts important information like Name, Skills, Email and Phone number for shortlisting candidates
- **[Apartment-Finder](./Apartment-Hunting/)**
- Reads a rent budget from user
- Gets all apartments within the specified budget