All Projects → superdima05 → mesh

superdima05 / mesh

Licence: GPL-3.0 License
Решает тесты с МЭШ.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to mesh

html-comment-regex
Regular expression for matching HTML comments
Stars: ✭ 15 (-21.05%)
Mutual labels:  test, find
GitHubApplication
GitHubApplication 📱 is an Android application built to demonstrate the use of modern Android development tools - (Kotlin, Coroutines, Hilt, LiveData, View binding, Data Store, Architecture components, MVVM, Room, Retrofit, Navigation).
Stars: ✭ 11 (-42.11%)
Mutual labels:  test
travis-minikube
Run minikube on Travis CI
Stars: ✭ 89 (+368.42%)
Mutual labels:  test
RSS-Reader
Simple project with clean architecture
Stars: ✭ 31 (+63.16%)
Mutual labels:  test
level-test
Inject temporary and isolated level stores (leveldown, level-js, memdown or custom) into your tests.
Stars: ✭ 19 (+0%)
Mutual labels:  test
ComputeShaderBVHMeshHit
Unity ComputeShader implementation of BVH(Bounding Volume Hierarchy) based mesh hit checking.
Stars: ✭ 25 (+31.58%)
Mutual labels:  mesh
Quizzie
Open Sourced Quiz Portal which can be used for any event / competition with a custom leaderboard.
Stars: ✭ 31 (+63.16%)
Mutual labels:  answers
react-native-ffmpeg-test
Test applications for react-native-ffmpeg. Not maintained anymore. Superseded by FFmpegKitTest.
Stars: ✭ 22 (+15.79%)
Mutual labels:  test
peeky
A fast and fun test runner for Vite & Node 🐈️ Powered by Vite ⚡️
Stars: ✭ 611 (+3115.79%)
Mutual labels:  test
unity-plumber
A component to procedurally generate pipe-like meshes in Unity
Stars: ✭ 55 (+189.47%)
Mutual labels:  mesh
3ddensenet.torch
3D DenseNet(torch version) for ModelNet40 dataset
Stars: ✭ 43 (+126.32%)
Mutual labels:  mesh
workplace
Time sheet application for organisations.
Stars: ✭ 35 (+84.21%)
Mutual labels:  work
stub-server
Stub server for REST APIs
Stars: ✭ 14 (-26.32%)
Mutual labels:  test
pacman.store
Pacman Mirror via IPFS for ArchLinux, Endeavouros and Manjaro
Stars: ✭ 65 (+242.11%)
Mutual labels:  mesh
ofxCorkCsg
A constructive solid geometry (mesh boolean) addon for openFrameworks.
Stars: ✭ 43 (+126.32%)
Mutual labels:  mesh
go-multiaddr-dns
Go library and CLI tool for /dns4, /dns6, /dnsaddr multiaddr resolution
Stars: ✭ 24 (+26.32%)
Mutual labels:  resolve
skywalking-infra-e2e
Apache SkyWalking Infra E2E
Stars: ✭ 30 (+57.89%)
Mutual labels:  test
gmock-xcode
Xcode integration for GoogleMock through XCTest
Stars: ✭ 18 (-5.26%)
Mutual labels:  test
katana-test
Meta Testing Utilities for common_test
Stars: ✭ 31 (+63.16%)
Mutual labels:  test
fyrlykt
Connect Loupedeck+ to DaVinci Resolve
Stars: ✭ 15 (-21.05%)
Mutual labels:  resolve

libmesh (mesh)

pyversion pypi

Текущий статус 🗿

[✔️] Библиотека в рабочем состоянии (06.11.2021).
[⚠️] Главный разработчик покинул проект. Обновлений библиотеки больше не будет. Все открытые pull requests и issues останутся без изменений.

Благодарности 🙏

Проекты, основанные на этой библиотеке

Требования

  • Python 3.9+
  • requests (pip install requests)

Установка ⚙️

PyPI

  • pip install libmesh

GitHub

  • pip install git+git://github.com/superdima05/mesh

Пример получения ответов на тест

Python код

import mesh
answers = mesh.get_answers("https://uchebnik.mos.ru/exam/test/view_test/191202/")
for i in answers:
    print(i[0], i[1])

meshLauncher

meshLauncher https://uchebnik.mos.ru/exam/test/view_test/191202/

А что это за файл - scripts/meshLauncher?

Это отдельное приложение, которое основано на данной библтотеке, и является ярким примером использования различных функций, которые вам доступны. Также на случай, если вам быстро нужны ответы на тест или вы занимаетесь разработкой библиотеки, эта консольная программка также поможет в этом.

  1. Установите библиотеку (см. выше)
  2. Введите: meshLauncher, чтобы увидеть все доступные параметры.
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].