All Projects → microsoft → Accessibility Insights Windows

microsoft / Accessibility Insights Windows

Licence: other
Accessibility Insights for Windows

Projects that are alternatives of or similar to Accessibility Insights Windows

Thefatrat
Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV softw…
Stars: ✭ 5,944 (+2842.57%)
Mutual labels:  tool, accessibility
Webloyer
Webloyer is a web UI for managing Deployer deployments
Stars: ✭ 199 (-1.49%)
Mutual labels:  tool
Speechtotext Websockets Javascript
SDK & Sample to do speech recognition using websockets in Javascript
Stars: ✭ 191 (-5.45%)
Mutual labels:  microsoft
Mojs Curve Editor
GUI for live easing/property curves editing
Stars: ✭ 196 (-2.97%)
Mutual labels:  tool
Accessibilityjs
Client side accessibility error scanner.
Stars: ✭ 2,190 (+984.16%)
Mutual labels:  accessibility
Syft
CLI tool and library for generating a Software Bill of Materials from container images and filesystems
Stars: ✭ 196 (-2.97%)
Mutual labels:  tool
Capable
Keep track of accessibility settings, leverage high contrast colors, and use scalable fonts to enable users with disabilities to use your app.
Stars: ✭ 189 (-6.44%)
Mutual labels:  accessibility
Accessible modal window
Accessible modal dialogs
Stars: ✭ 196 (-2.97%)
Mutual labels:  accessibility
Npm Windows Upgrade
🚀 Upgrade npm on Windows
Stars: ✭ 2,450 (+1112.87%)
Mutual labels:  microsoft
Basecrack
Decode All Bases - Base Scheme Decoder
Stars: ✭ 196 (-2.97%)
Mutual labels:  tool
React Md
React material design - An accessible React component library built from the Material Design guidelines in Sass
Stars: ✭ 2,284 (+1030.69%)
Mutual labels:  accessibility
Gossm
💻Interactive CLI tool that you can connect to ec2 using commands same as start-session, ssh in AWS SSM Session Manager
Stars: ✭ 192 (-4.95%)
Mutual labels:  tool
Seismic Deeplearning
Deep Learning for Seismic Imaging and Interpretation
Stars: ✭ 198 (-1.98%)
Mutual labels:  microsoft
Cognitive Face Ios
iOS SDK for the Microsoft Face API, part of Cognitive Services
Stars: ✭ 191 (-5.45%)
Mutual labels:  microsoft
Megamoji
Create animoji easily
Stars: ✭ 201 (-0.5%)
Mutual labels:  tool
Steamachievementmanager
A manager for game achievements in Steam.
Stars: ✭ 2,707 (+1240.1%)
Mutual labels:  tool
Swagger Toolbox
💡 Swagger schema model (in yaml, json) generator from json data
Stars: ✭ 194 (-3.96%)
Mutual labels:  tool
Rabbitmq Perf Test
A load testing tool
Stars: ✭ 197 (-2.48%)
Mutual labels:  tool
Python Onedrive
Obsolete python/cli module for MS SkyDrive/OneDrive's old API, do not use for new projects
Stars: ✭ 202 (+0%)
Mutual labels:  tool
Powershell Scripts
PowerShell scripts ranging from SCCM, MSO, AD, and other corporate enterprise uses... to sending cat facts to coworkers.
Stars: ✭ 201 (-0.5%)
Mutual labels:  microsoft

Product Logo Accessibility Insights for Windows

Build Status Downloads Release

Accessibility Insights for Windows is the project for Accessibility tools on the Windows platform.

Installing Accessibility Insights for Windows

You can download and install the application from https://accessibilityinsights.io.

Building the code

You can find more information on how to set up your development environment here.

1. Clone the repository

  • Clone the repository using one of the following commands
    git clone https://github.com/Microsoft/accessibility-insights-windows.git
    
    or
    git clone [email protected]:Microsoft/accessibility-insights-windows.git
    
  • Select the created directory
    cd accessibility-insights-windows
    

2. Open the solution in visual studio

  • Use the src/AccessibilityInsights.sln file to open the solution.

3. Build and run unit tests

4. Build the MSI project

The MSI project is used to package all the code into an installer that can be used to install Accessibility Insights for Windows. This is not a required step. By default the MSI project is not built in either configuration. Note: The MSI can only be built in the Release config.

  • The MSI project requires WIX. Download and install the Wix toolset from http://wixtoolset.org/.
  • To build the MSI locally, set build configuration to Release.
  • Find the MSI project in the solution explorer under the packages folder.
  • Right click on the MSI project and select Build.
  • Once the build is complete, the MSI can be found at \src\MSI\bin\Release.

More Information

Visit the Overview of Accessibility Insights for Windows page.

Testing

We use the unit test framework from Visual Studio. Find more information in our FAQ section.

Contributing

All contributions are welcome! Please read through our guidelines on contributions to this project.

FAQ

Please visit our FAQ section to get answers to common questions.

Data/Telemetry

By opting into telemetry, you help the community develop inclusive software. We collect anonymized data to identify the top accessibility issues found by users. This will help focus the accessibility tools and standards community to improve guidelines, rules engines, and features.

This project collects usage data and sends it to Microsoft to help improve our products and services. Read our privacy statement to learn more.

Reporting security vulnerabilities

If you believe you have found a security vulnerability in this project, please follow these steps to report it. For more information on how vulnerabilities are disclosed, see Coordinated Vulnerability Disclosure.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].