Giter VIP home page Giter VIP logo

how_to_use_py's Introduction

Welcome This is a step by step process to using my python scripts thru command prompt with the best stability.

How to use my python scripts (WINDOWS)

What do i need?

How to get python

Download the latest version for Windows here. Installation on Linux will be different.

Python installation process

  1. Download the installer by clicking "Download Windows installer (64-bit)"
  • [Or "Download Windows installer (32 -bit)" if you're on a 32-bit machine.]
  1. Launch the installer .exe file
  2. Check the box that is next to "Add to PATH
  • This is for the terminal commands to work.
  1. Click install (top button with shield icon)
  2. Wait for it to Install.

For .py files

  1. Download the source code of my repository
  • Click the green 'Code' and click Download Zip.
  1. It will come out as a zip file. Extract the zip file.
  2. Put it in a separate folder in Documents or wherever you like.
  3. Open that folder in terminal (Right click, Open In Terminal)
  4. If the repository that you download had a "requirements.txt" file, execute the command "pip install -r requirements.txt"
  • This is so the packages in the script work properly.

  • This is very important. Not doing this could lead to unusable scripts.

  • When the packages are done installing, now it's time to run the script!

  1. Execute the command "python (scriptname).py
  2. Use the program!

How to use my python scripts (LINUX)

What do i need?

  • Arch Linux, Debian-based Distro (Debian, Ubuntu, Zorin OS, etc.)
  • Latest version of Python
  • An Internet connection

How to get python

Simply run this command.

Installation on Windows will use a GUI instead of a command line

For .py files

  1. Download the source code of my repository
  • Click the green 'Code' and click Download Zip.
  1. It will come out as a zip file. Extract the zip file.
  2. Put it in a separate folder in Documents or wherever you like.
  3. Open that folder in terminal (Right click, Open In Terminal)
  4. If the repository that you download had a "requirements.txt" file, execute the command pip install -r requirements.txt"
  • This is so the packages in the script work properly.

  • This is very important. Not doing this could lead to unusable scripts.

  • When the packages are done installing, now it's time to run the script!

  1. Execute the command python (scriptname).py
  2. Use the program!

Made with love by debug-cli

 ______
< Bye! >
 ------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

how_to_use_py's People

Contributors

debug-cli avatar

Watchers

 avatar

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.