This repository contains two scripts to help you set up and tear down a basic C++ project environment:
initiate_cpp_project.py: Initializes a new C++ project with amain.cppfile and aMakefile.uninstall_tools.py: Uninstalls the tools that were installed by the main script.
This script sets up a new C++ project in the specified directory. If the required tools (make and g++) are not installed, the script will attempt to install them.
python3 initiate_cpp_project.py <project_name>-h, --help: Display the help menu.-u, --usage: Display usage information.-a, --author: Display author information.-v, --version: Display version information.
This script uninstalls the tools (make and g++) that were installed by the main script. Before proceeding, it will ask for user confirmation.
python3 uninstall_tools.py- Python 3
- Internet connection (for installing tools if they're not already installed)
Kaan Ergun - https://kaanergun.com/