Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hack Hunt committed Jun 8, 2020
1 parent 1a423f7 commit 9dc9bf5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions source_code/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.
output in terminal.

0 comments on commit 9dc9bf5

Please sign in to comment.