diff --git a/source_code/README.md b/source_code/README.md index 47fef2d..f446b5e 100644 --- a/source_code/README.md +++ b/source_code/README.md @@ -1,11 +1,10 @@ -## Source Code +# Source Code Source code for the mac_changer. -#### Programming Language: -Python 3.8 +### Programming Language: Python 3.8 -#### Libraries Used: +### Libraries Used: - **subprocess:** The *subprocess* module allows you to spawn new processes, connect to their input/output/error pipes, and obtain their return codes. Used to interact with command line arguments. @@ -19,4 +18,4 @@ distributions. Used for Random MAC Generation Algorithm. - **sys:** The *sys* module provides access to some variables used or maintained by the interpreter and to functions that interact strongly with the interpreter. - **termcolor:** The *termcolor* module is used for ANSII color formatting for -output in terminal. \ No newline at end of file +output in terminal.