Skip to content

Pool of PyScripts πŸ‘¨β€πŸ’»πŸ‘©β€πŸ’»

License

Notifications You must be signed in to change notification settings

Ash515/PyScripts

Repository files navigation

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

πŸš€Β Installation

  1. Clone the repository
https://github.com/Ash515/PythonScripts.git
  1. Check the status of your file
$git status

3.For using VScode for editing your files

$git code .
  1. To directly add your files to github
$git add .
  1. After writing your code commit your changes
$git commit -m  <message>
  1. 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.

Releases

No releases published

Packages

No packages published

Languages