https://github.com/dipanshkhandelwal/unique-python
Unique python implementations
https://github.com/dipanshkhandelwal/unique-python
histogram python python-implementations turtle twilio unique-python
Last synced: 7 months ago
JSON representation
Unique python implementations
- Host: GitHub
- URL: https://github.com/dipanshkhandelwal/unique-python
- Owner: DipanshKhandelwal
- License: mit
- Created: 2017-07-15T20:32:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T17:22:13.000Z (almost 7 years ago)
- Last Synced: 2025-02-28T19:27:02.968Z (7 months ago)
- Topics: histogram, python, python-implementations, turtle, twilio, unique-python
- Language: Python
- Size: 2.11 MB
- Stars: 7
- Watchers: 2
- Forks: 24
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.