Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.79 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.79 KB

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

Name Description Contributor
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
BaseConverter.py Converts an input number from one base to another. grantslone
PasswordGenerator.py Generates random passwords with an assortment of characters. Professor Renderer