Python - Cipher Program using numpy
Note: I would appreciate your support of this blog by going to the link below to "Buy me a pizza" so that I may continue to provide educational scripts, resources and general tech stuff. 🍕
Thank you.
https://www.buymeacoffee.com/infosec_coder
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
First screen
Screenshot I
Second screen
-------------------------------------------------------------------------------------
To view the sections below clearly > left click on the script > should go to a new window with a zoomed in view.
main.py
-------------------------------------------------------------------------------------
Banners.py
-------------------------------------------------------------------------------------
Cipher.py
-------------------------------------------------------------------------------------
Clear.py
Comments
Post a Comment