Giter Site home page Giter Site logo

python-projects's Introduction

Python-Projects

I will go ahead and explain how to run each of these.

1. scramble.py

The script takes input from file "input.txt" and scrambles all the words in it. scrambling is done in a way that all the apostropes are preserved and only the letters are scrambled. The output is stored into file named "output.txt". You need to create two text files input.txt and output.txt in the same path where program resides.

2. sele.py

This script was witten to automate the process of downloading call letter for my interviews. It was a tedious task because I had to keep checking when it opens and make sure to download it within a minute. I made my bot (this script) to do it for me.

Prerequisites - Download cromedriver - https://sites.google.com/a/chromium.org/chromedriver/downloads. Place it in C:\Python27\Scripts. You can use the same concepts for a similar work. You can automate any website by changing the URL and HTML tags for elements in the website. Few steps to follow -
a. Goto the website of your choice
b. change the URL in the program to that website
c. In browser, open your website, open developer tools and find the ids of buttons or text fields you want to interact with
d. Modify the program accordingly.

3. webscrap2.py

This script was written to scrape the VTU website to fetch my whole class' result in a single console. This might not work now since the login now requires captcha to be entered. You can still modify and use the script for other websites having no captcha.

python-projects's People

Contributors

faizy51 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.