Skip to content

aliiane/aliiane-fun-web-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fun Web Toolkit

Student Information

  • Name: Alīna Žogota
  • Student ID: 241RHM001

Project Name

Fun Web Toolkit

Project Description

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.

Functionalities

  1. Text Manipulation: Convert text from camelCase to snake_case and vice versa.
  2. Arithmetic Calculator: Perform basic arithmetic operations.
  3. Number Guessing Game: A simple game where the user guesses a randomly generated number.
  4. Responsive Design: Ensuring the site works well on both desktop and mobile devices.

Setup Instructions

  1. For the Web Interface:

    • Open index.html in your web browser to use the web-based functionalities.
  2. 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

Additional Libraries

No additional libraries are required for this project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors