This is a website with some useful tools for RF engineering. It should be up and running at https://rfdesigntools.pythonanywhere.com/
Give it a try !
Did you find a bug or do you have a suggestion for improvement? Email me at [email protected]
sudo apt-get install python3.10-venv
python3 -m venv virtualenv
source virtualenv/bin/activate
python3 -m pip install django
python3 -m pip install numpy
python3 -m pip install schemdraw
python3 -m pip install matplotlib
python3 manage.py runserver
4) Go to http://127.0.0.1:8000 in your browser
C:\Users\your_username\source\repos\rf-design-tools\virtualenv\Scripts\activate
python3 -m pip install django
python3 -m pip install numpy
python3 -m pip install schemdraw
python3 -m pip install matplotlib
python3 manage.py runserver