Skip to content

Latest commit

 

History

History
53 lines (50 loc) · 2.86 KB

File metadata and controls

53 lines (50 loc) · 2.86 KB

List of Ideas for Python Scripts

1. A script that saves your desktop so that I can restore it at a later time

2. Python unittest frameworks

The idea is to create scripts that uses the last unittest python frameworks showing examples of each one and will be easy to understand the difference. The scripts could be:

  • Usage of Unittest and examples
  • Usage of Muse and examples
  • Usage of Muse2 and examples
  • Usage of Green and examples
  • A script that scrapes the quora question and its top 3 answers.
  • Give an alphabetical argument while running script.
  • Example:
python bigtext.py hello
  • A script that scrapes the bing wallpaper of the day and downloads it to a specified location
  • In Ubuntu based systems it also sets the desktop background to the bing wallpaper of the day
  • Given an ASIN of a product this script scrapes product price, review from amazon.in. Try python amazon_scrap.py -h for more details.

9. Text file Generator

An application which can read in a file(image or pdf) in handwritten form and generates a text file(pdf) out of it. Great for a web based service where the user uploads the handwritten notes image and the program returns a PDF of the file.

10. Hacker news scrapper

A script that returns headlines of the top posts on Hacker News

A CLI game in which player enters a movie name and second guesses it in less than 7 wrong guesses.

Very basic script that fetches top 15 IMDB movies

It plays morse code (audio) depending on users' entered string.

14. The number game that insults you if you get it wrong with entries in a file.

A GUI that shows Bitcoin price with a button that can refresh to the current price.

A Simple Script that Rolls a dice.

Server for Multithreaded Chat application.

To Get Precised exponent of desired Float Number.

A simple fibonacci script.

Simple Port Scanner to check whether port 80 available or not.

This program renames a list of tv episodes. Episodes can be nested inside folders. folders will be flattened and episodes renamed to a particular format.

Scrapper for Reddit.