GithubHelp home page GithubHelp logo

dipanshkhandelwal / unique-python Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 24.0 2.16 MB

Unique python implementations

License: MIT License

Python 79.36% HTML 20.64%
python python-implementations turtle histogram twilio unique-python

unique-python's Introduction

Basic Python Implementations

1. BreakTime Application

This program reminds you to take a break after a fixed interval of time while working on your pc.

2. Website

Creating a website using python code.

3. Turtle

Programs to use Turtle class to draw using python.

4. Twilio

Programs to use Twilio for sending messages using your python code.

5. FileHandling

Programs about file handling in python.

6. ObjectOrientedProgramming

Programs to explain basic object oriented programming in python.

7. Histograms

Program to plot histograms in python.

8. TreeVisualization

Program to prepare tree visualization of data in python giving output in pdf format.

9. RockPaperScissorGame

Program to let users play Rock Paper Scissor with computer.

10. Simple dice toss with python

Program to toss dice with computer.

11. Some other functions

How To RUN

  • Install python3.
  • Clone the repository.
  • Run the python programs in your own PC.

unique-python's People

Contributors

ankitraj7994 avatar dipanshkhandelwal avatar duongoku avatar gammyp avatar kumida avatar nityanandagohain avatar peradon avatar qoyyuum avatar ramanpreet6262 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

unique-python's Issues

Update README

  • Add proper links to code from README to the actual python file
  • Add individual scripts READMEs
  • Add code with proper syntax like:
python run.py

Rock Paper Scissors: Cross-Platform Playability Issue

Just tested out Rock Paper Scissors.

On WSL

$ python PythonRockPaperScissorGame/rockpaperscissorgame.py
Rock(r) , Paper (p) or Scissors (s) s
Traceback (most recent call last):
  File "PythonRockPaperScissorGame/rockpaperscissorgame.py", line 35, in <module>
    player = input("Rock(r) , Paper (p) or Scissors (s) ")
  File "<string>", line 1, in <module>
NameError: name 's' is not defined

$ python PythonRockPaperScissorGame/rockpaperscissorgame.py
Rock(r) , Paper (p) or Scissors (s) p
Traceback (most recent call last):
  File "PythonRockPaperScissorGame/rockpaperscissorgame.py", line 35, in <module>
    player = input("Rock(r) , Paper (p) or Scissors (s) ")
  File "<string>", line 1, in <module>
NameError: name 'p' is not defined

$ python PythonRockPaperScissorGame/rockpaperscissorgame.py
Rock(r) , Paper (p) or Scissors (s) r
Traceback (most recent call last):
  File "PythonRockPaperScissorGame/rockpaperscissorgame.py", line 36, in <module>
    player.lower()
AttributeError: 'module' object has no attribute 'lower'

On Windows:

PS D:\MS1\Documents\Unique-Python> python .\PythonRockPaperScissorGame\rockpaperscissorgame.py
Rock(r) , Paper (p) or Scissors (s) r
O  VS  8<
Player Wins
PS D:\MS1\Documents\Unique-Python> python .\PythonRockPaperScissorGame\rockpaperscissorgame.py
Rock(r) , Paper (p) or Scissors (s) p
|  VS  8<
Computer Wins
PS D:\MS1\Documents\Unique-Python> python .\PythonRockPaperScissorGame\rockpaperscissorgame.py
Rock(r) , Paper (p) or Scissors (s) s
8<  VS  O
Computer Wins

Not exactly cross-platform playable.

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.