https://github.com/devmuaz/tpc-installer
Simple python script to execute the terminal commands..based on Python3 but it works on python2 too.
https://github.com/devmuaz/tpc-installer
Last synced: 3 months ago
JSON representation
Simple python script to execute the terminal commands..based on Python3 but it works on python2 too.
- Host: GitHub
- URL: https://github.com/devmuaz/tpc-installer
- Owner: devmuaz
- Created: 2016-09-29T12:21:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-29T13:09:37.000Z (over 8 years ago)
- Last Synced: 2025-01-25T09:09:44.067Z (5 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TPC-Installer
Simple python script to execute the terminal commands..based on Python3 but it works on python2 too.# Download command in terminal: git clone https://github.com/abdulmuaz97/TPC-Installer.git
# How to use:
- First open terminal in the TPC-Installer.py location.
- Create a text file called 'File.txt' or whatever you call.
- Write your commands in the File.txt and be advised that this symbol '#' means a comment which is not readable in the file and this symbol '>' means a terminal command and it's a readable one...each line in File.txt contains this '>' will be read.
- Type in terminal this: python3 TPC-Installer.py File.txt
- Standby and commands will be executed as well.# Enjoy.