Skip to content

Commit

Permalink
Update translator china and french
Browse files Browse the repository at this point in the history
  • Loading branch information
pydevcasts committed Nov 13, 2024
2 parents 16aa183 + fe9fc1d commit e50e628
Show file tree
Hide file tree
Showing 26 changed files with 409 additions and 463 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: CI

on:
push:
branches:
- master # Replace with your main branch name if different
pull_request:
branches:
- master # This runs on pull requests targeting the main branch

jobs:
test:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.12' # You can specify the version of Python to use

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
run: |
pytest # Adjust this based on how you run your tests
47 changes: 0 additions & 47 deletions AI.py

This file was deleted.

19 changes: 19 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (c) 2024 Siyamak Abbasnezhad, Mahan Shirsavar

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ The Google Meet Bot is a Python application designed to automate participation i
## Conclusion
This Google Meet Bot is a versatile tool for anyone looking to improve their online meeting experience by automating subtitle capture and translation. It is particularly useful for non-English speakers or those who wish to keep a record of meeting discussions.

## Select Options

Made a Combo_Box By Pyqt6
Made Modules For Each Langauge
Adding Each One, On By One To The Main File Where I Created Combo_Box By PyQt6
27 changes: 0 additions & 27 deletions auth.py

This file was deleted.

Binary file removed chromedriver
Binary file not shown.
22 changes: 0 additions & 22 deletions controls.py

This file was deleted.

21 changes: 0 additions & 21 deletions driver_setup.py

This file was deleted.

Binary file removed google-meet-icon.jpg
Binary file not shown.
49 changes: 0 additions & 49 deletions google_meet_bot.py

This file was deleted.

106 changes: 0 additions & 106 deletions main.py

This file was deleted.

32 changes: 0 additions & 32 deletions question_checker.py

This file was deleted.

Loading

0 comments on commit e50e628

Please sign in to comment.