Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 πŸ‘¨β€πŸ’»πŸ‘©β€πŸ’»

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.