A web application that calculates the determinant of the matrices coming from the HTML file using Websocket with Numpy via Python and sends it to the HTML page and generates random numbers in the specified range.
**Note1:You must have Python installed on your computer.
git clone https://github.com/sonatipek/socket-numpy.git
cd socket-numpy
python -m venv env
env\Scripts\activate
pip install -r requirements.txt
python socket_handlers.py
I made the application look more modern on the front side.
- Both pages have been given a more modern look.
- Added the ability to switch between dark and light theme.
- Inputs restricted so that only numbers can be entered
- Dynamic control has been added to prevent errors that the user may miss if the value is not entered due to the large number of inputs and to improve the user experience
Websocket kullanarak HTML dosyasından gelen matrislerin determinantını Python üzerinden Numpy ile hesaplayan ve HTML sayfasına gönderen ve belirtilen aralıkta rastgele sayı üreten web uygulaması.
**Not1: Bilgisayarınızda Python kurulu olmalıdır.
git clone https://github.com/sonatipek/socket-numpy.git
cd socket-numpy
python -m venv env
env\Scripts\activate
pip install -r requirements.txt
python socket_handlers.py
Uygulamanın ön yüzünün daha modern görünmesini sağladım.
- Her iki sayfaya da daha modern bir görünüm kazandırıldı.
- Koyu ve açık tema arasında geçiş yapma özelliği eklendi.
- Inputlar sadece sayı girilebilecek şekilde kısıtlandı.
- Inputların fazla olması sebebiyle, değer girilmemesi durumunda kullanıcının gözünden kaçabilecek hataları engellemek ve kullanıcı deneyimini iyileştirmek için dinamik kontrol eklendi.