- Name: Alīna Žogota
- Student ID: 241RHM001
Fun Web Toolkit
This project is a simple web-based tool that provides multiple functionalities using HTML, CSS, and JavaScript for the frontend, with additional Python scripts for backend functionality that can be run locally.
- Text Manipulation: Convert text from camelCase to snake_case and vice versa.
- Arithmetic Calculator: Perform basic arithmetic operations.
- Number Guessing Game: A simple game where the user guesses a randomly generated number.
- Responsive Design: Ensuring the site works well on both desktop and mobile devices.
-
For the Web Interface:
- Open
index.htmlin your web browser to use the web-based functionalities.
- Open
-
For Python Scripts:
- Ensure you have Python installed on your system.
- Run the scripts from the command line:
python python/text_manipulation.py python python/calculator.py python python/guessing_game.py
No additional libraries are required for this project.