Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ash515/pyscripts
Pool of PyScripts π¨βπ»π©βπ»
https://github.com/ash515/pyscripts
coding contribute oop oops-in-python python pythonscripts scripting-language
Last synced: 3 months ago
JSON representation
Pool of PyScripts π¨βπ»π©βπ»
- Host: GitHub
- URL: https://github.com/ash515/pyscripts
- Owner: Ash515
- License: mit
- Created: 2020-11-24T06:57:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T06:21:05.000Z (about 3 years ago)
- Last Synced: 2023-03-11T00:18:11.399Z (almost 2 years ago)
- Topics: coding, contribute, oop, oops-in-python, python, pythonscripts, scripting-language
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 9
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PythonScripts
One great place to all pyscripts π¨βπ»π©βπ»- Python is an interpreted, object-oriented, high-level programming language with dynamic semantics.
- Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance.
- Python supports modules and packages, which encourages program modularity and code reuse.## π Prerequisites
Python IDE install it by using this link [python.org](https://www.python.org/)## πΒ Installation
1. Clone the repository
```
https://github.com/Ash515/PythonScripts.git
```
2. Check the status of your file
```
$git status
```3.For using VScode for editing your files
```
$git code .
```
4. To directly add your files to github
```
$git add .
```
5. After writing your code commit your changes
```
$git commit -m
```
6. To pull your code to reposoitory
```
$git push origin master
```
Thats all about installation and version control with **Git**## Contribution
- Fork this repository .
- Make pull requests with proper commit message.