Skip to content

Commit

Permalink
Merge pull request #2571 from PradnyaGaitonde/master
Browse files Browse the repository at this point in the history
Created README files for 5 projects
  • Loading branch information
Sulagna-Dutta-Roy authored Jul 31, 2024
2 parents 2192b76 + d034687 commit 32735c3
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 0 deletions.
41 changes: 41 additions & 0 deletions AI Pdf Editor/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# AI PDF Editor
The application provides a simple user interface that directs users to an AI-powered PDF editing tool where they can perform various editing tasks on their PDF files.

## Table of Contents
* Project Overview
* Features
* Usage
* Project Structure

## Project Overview
The AI PDF Editor application offers a user-friendly interface for accessing an AI-powered PDF editing tool. By clicking a single button, users are redirected to the editing platform where they can edit their PDF files using various AI tools.

## Features
* Simple Interface: A clean and minimalistic interface with a direct link to an AI-powered PDF editor.
* AI-Powered Editing: Access to a powerful PDF editor that leverages AI tools for editing PDFs.
* Responsive Design: The interface is responsive and works on various devices.

## Usage
1. Open the popup.html file in your web browser.
2. Click the "Go to AI PDF Editor" button to be redirected to the AI-powered PDF editing tool.
3. Follow the instructions on the external platform to edit your PDF files.

## Project Structure

```bash
ai-pdf-editor/
├── manifest.json
├── popup.html
├── popup.js
├── style.css
├── welcome.html
├── welcome.js
└── README.md
```

* manifest.json: The configuration file for the Chrome extension.
* popup.html: The main HTML file for the popup interface.
* popup.js: JavaScript file for handling interactions within the popup.
* style.css: CSS file for styling the interface.
* welcome.html: HTML file for the welcome page.
* welcome.js: JavaScript file for the welcome page.
41 changes: 41 additions & 0 deletions AI Photo Editor/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# AI Photo Editor
The application provides a straightforward user interface that allows users to access an AI-powered photo editing tool for editing images.

## Table of Contents
* Project Overview
* Features
* Usage
* Project Structure

## Project Overview
The AI Photo Editor application provides users with a simple and intuitive interface to access a powerful AI-powered photo editing tool. With just a click, users can be redirected to an external platform where they can edit their photos using advanced AI tools.

## Features
* Simple Interface: Clean and minimalistic design with a direct link to an AI-powered photo editor.
* AI-Powered Editing: Access to an advanced photo editor that uses AI to enhance and modify images.
* Responsive Design: Optimized for different devices, ensuring a smooth user experience.

## Usage
1. Open the popup.html file in your web browser.
2. Click the "Go to AI Photo Editor" button to be redirected to the AI-powered photo editing tool.
3. Follow the instructions on the external platform to edit your photos.

## Project Structure

```bash
ai-photo-editor/
├── manifest.json
├── popup.html
├── popup.js
├── style.css
├── welcome.html
├── welcome.js
└── README.md
```

* manifest.json: The configuration file for the Chrome extension.
* popup.html: The main HTML file for the popup interface.
* popup.js: JavaScript file for handling interactions within the popup.
* style.css: CSS file for styling the interface.
* welcome.html: HTML file for the welcome page.
* welcome.js: JavaScript file for the welcome page.
40 changes: 40 additions & 0 deletions ASCII Calculator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# ASCII Value Calculator
The app allows users to input a word or sentence and get the corresponding ASCII values for each character.

## Table of Contents
* Project Overview
* Features
* Usage
* Project Structure

## Project Overview
The ASCII Value Calculator is a simple web application that provides an easy way to calculate the ASCII values of characters in a word or sentence. The interface is built using Tailwind CSS for a modern and responsive design.

## Features
* Interactive Input: Users can input any word or sentence to get the ASCII values.
* Clear Button: Allows users to easily clear the input field and result.
* Responsive Design: The application is responsive and works well on different screen sizes.
* Browser Extension Compatible: Includes a manifest.json file for compatibility as a Chrome extension.

## Usage
1. Open the index.html file in your web browser.
2. Enter a word or sentence in the input field.
3. Click the "Get ASCII Values" button to display the ASCII values of each character.
4. Use the "Clear" button to reset the input and output.

## Project Structure

```bash
ascii-calculator/
├── index.html
├── script.js
├── style.css
├── manifest.json
└── README.md
```

* index.html: The main HTML file containing the structure of the application.
* script.js: JavaScript file for handling user input and displaying ASCII values.
* style.css: CSS file for custom styling.
* manifest.json: Configuration file for Chrome extension setup.
* README.md: Documentation for the project.
35 changes: 35 additions & 0 deletions ASCII Generator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# ASCII Generator

## Table of Contents
* Project Overview
* Usage
* Languages and Character Sets

## Project Overview
The ASCII Generator is a tool designed to convert text into ASCII art using various character sets from different languages. This project provides an interactive web interface to generate ASCII representations of text, allowing users to choose from different languages and character sets.

## Features
* Multi-language Support: Generates ASCII art using character sets from multiple languages.
* Interactive Interface: Provides a user-friendly interface for text input and ASCII art display.
* Customizable: Choose from different character sets to suit your needs.

## Usage
* Open the Application: Launch the application in your web browser.
* Select Language and Character Set: Choose the language and character set you want to use for generating ASCII art.
* Input Text: Enter the text you wish to convert into ASCII art.
* Generate ASCII Art: Click the button to generate the ASCII art based on your input and selected settings.
* View and Copy: View the generated ASCII art and copy it as needed.
* Languages and Character Sets

## The ASCII Generator supports the following languages and character sets:
* English: Standard Latin alphabet.
* Chinese: Standard Chinese characters.
* Korean: Korean Hangul characters.
* Japanese: Hiragana and Katakana characters.
* Russian: Cyrillic characters.
* German: Latin alphabet with German-specific characters.
* French: Latin alphabet with French-specific characters.
* Spanish: Latin alphabet with Spanish-specific characters.
* Italian: Latin alphabet with Italian-specific characters.
* Portuguese: Latin alphabet with Portuguese-specific characters.
* Polish: Latin alphabet with Polish-specific characters.
39 changes: 39 additions & 0 deletions Accessibility Enhancer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Accessibility Enhancer

## Table of Contents
* Project Overview
* Project Structure
* Usage

## Project Overview
The Accessibility Enhancer is a browser extension designed to improve web accessibility by allowing users to adjust text size, background color, and contrast settings directly from the browser. It aims to enhance readability and accessibility for users with visual impairments or other accessibility needs.

## Key Features
* Increase/Decrease Text Size: Adjust the font size of webpage text.
* Change Background Color: Modify the background color for better contrast.
* Adjust Contrast: Increase or decrease the contrast of the webpage.

## Project Structure
The project structure is organized as follows:

```bash
Accessibility Enhancer/
├── accessibility.js # Contains logic for accessibility features
├── background.js # Background script for extension
├── manifest.json # Manifest file for extension configuration
├── options.html # HTML for extension options page
├── options.js # JavaScript for handling options page functionality
├── popup.html # HTML layout for the popup interface
├── popup.js # JavaScript for popup interface functionality
├── style.css # CSS styling for the popup
├── typewriter.css # Additional CSS for typewriter effect
└── welcome.html # HTML for the welcome page
```

## Usage
1. Open the Extension: Click the Accessibility Enhancer icon in your browser's toolbar.
2. Adjust Text Size: Use the "Increase Text Size" and "Decrease Text Size" buttons to modify the font size.
3. Change Background Color: Click "Change Background Color" to select different colors.
4. Adjust Contrast: Use the "Increase Contrast" and "Decrease Contrast" buttons to adjust the contrast level.
5. Access Options Page: Click the extension icon and select "Options" to configure additional settings.
6. View Welcome Page: Visit the welcome page to get an overview of the extension’s features.

0 comments on commit 32735c3

Please sign in to comment.