DEV Community

Cover image for CSS Assistant
Mahdi
Mahdi

Posted on • Updated on

CSS Assistant

Hello friends,

CSS Assistant is a CSS kernel utility that can help you with user-side coding. This assistant receives commands by voice from the user and after the necessary processing, adds the command or attribute to the file and the changes in the file will be applied immediately.

v1.0 (Sunday, June 6, 2022):

Installation:

To launch the program, first install the required packages and then use the program safely. You can also install the required packages by running the setup.bat file.

Core Dependencies:

  • SpeechRecognition
  • colorama
  • platform
  • pyttsx3
  • random
  • os

Project at GitHub: https://github.com/Mhadi-1382/CSS-Assistant

Top comments (0)