Simple Programs in Python

Some short and simple python programs

Contributing Guidelines

  1. You can add any complete python program or correct/improvise existing one.
  2. Please have a look at exisiting programs and make sure you're not repeating.
  3. Add your program and one line description to the following table with your name.
  • Add your name in the format : <[YourName]><(link to profile)>
  • Add your program name in the format : <[YourProgramName]><(link to program)> (Add link after your first PR is merged!)
  1. Make a fork and start PR from there. Do not create branches on original repository.
  2. Please follow rightful code of conduct be polite to others.

Thanks!

Programs list

When adding your name, don't add it at the beginning or end of the file. Put it anywhere in between

Name Description Contributor
FileComparison.py Downloads and unzip zip files from a webpage, compares them and prints out duplicate sentences Aakanksha
TicTacToe.py 2 Player Tic Tac Toe Aakanksha
RockPaperScissors.py Rock Paper Scissors with Computer Aakanksha
countCharacter.py Counts number of times each character occurs in the input string. Aakanksha
temperature_table.py Prints a table of fahrenheit and Celsius values Eventhisone
calculatePi.py Calculates PI to a specified number of digits of accuracy. Joseph-Acevedo
mp3_duration.py Returns the duration of mp3 file Santhosh
sixers.py Calculates number of days until the next 76ers game this month Sabrina Koehler
koch_snowflake.py Draw a Koch snowflake fractal with Turtle module Lenart Bucar
Quine.py Quine of python Xiao Tan
powerDigitSum.py Adds the sum of the digits of 2 raised to a given number. Beatriz
koch_snowflake.py Draw a Koch snowflake fractal with Turtle module Lenart Bucar
CircleDrawer.py draws a green circle in the middle of the screen. wolfEXE57
batch_rename.py Batch rename files in a directory using custom logic Anmol Singh Jaggi
net_job_creation.py Query US Census Bureau for job creation data (1980 - 2014) DnrkasEFF
HTTP_SERVER.md Simple inline python command to run HTTP Server narate
positive_word.py Get a positive word shopro
CovertDecimaltoBin._Octal_Hexadecimal.py To convert decimal value into octal,binary and hexadecimal Akshay Kumar
KaprekarsConstant.py Returns the number of times this routine must be performed until 6174 is reached. Emanuel H