/Python-Script

This repository contain some of the interesting Python script

Primary LanguagePython

Python-Script

This repository contain some of the interesting Python script..


1.ProgrammingProblemPicker.py :

This script fetches various problem from Spoj, Codeforces and Codechef and Pick five among them randomly, and write the
problem in a File . In addition to these File also contain quote of the day.

Module Required :

  a. BeautifulSoup

  b. requests

  c. re (regex)

  d. os

  1. CircleFromSquare.py

    This script illustrate how circle can be made with many square .

    Module Required :

    a. turtle