Python script - ASCII converter program using custom modules | termcolor to add colour
This was made in Visual Studio Code within a virtual environment.
The most important commands in working with your virtual environment are:
1. Create your virtual environment
> py -m venv env
2. Activate your virtual environment
> env\Scripts\activate
3. Go to View > select Command Palette > Select Python Interpreter > (env:venv)
3. Run your application
> py main.py
-------------------------------------------------------------------------------------
Screenshot I
Screenshot II
-------------------------------------------------------------------------------------
main.py
Clear.py
Banner.py
Functions.py
Comments
Post a Comment