Welcome This is a step by step process to using my python scripts thru command prompt with the best stability.
- Windows 8.1 or newer (Windows 10 or newer reccomended)
- Latest version of Python
- An Internet connection
Download the latest version for Windows here. Installation on Linux will be different.
- Download the installer by clicking "Download Windows installer (64-bit)"
- [Or "Download Windows installer (32 -bit)" if you're on a 32-bit machine.]
- Launch the installer .exe file
- Check the box that is next to "Add to PATH
- This is for the terminal commands to work.
- Click install (top button with shield icon)
- Wait for it to Install.
- Download the source code of my repository
- Click the green 'Code' and click Download Zip.
- It will come out as a zip file. Extract the zip file.
- Put it in a separate folder in Documents or wherever you like.
- Open that folder in terminal (Right click, Open In Terminal)
- 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!
- Execute the command "python (scriptname).py
- Use the program!
- Arch Linux, Debian-based Distro (Debian, Ubuntu, Zorin OS, etc.)
- Latest version of Python
- An Internet connection
Simply run this command.
Installation on Windows will use a GUI instead of a command line
- Download the source code of my repository
- Click the green 'Code' and click Download Zip.
- It will come out as a zip file. Extract the zip file.
- Put it in a separate folder in Documents or wherever you like.
- Open that folder in terminal (Right click, Open In Terminal)
- 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!
- Execute the command
python (scriptname).py
- Use the program!
Made with love by debug-cli
______
< Bye! >
------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||