• Stars
    star
    1
  • Language
    Python
  • License
    MIT License
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Desktop app for books inventory (tkinter, sqlite)

More Repositories

1

python-ood

πŸ’  Essential object oriented design (python, pytest, travisCI)
Python
55
star
2

python-page-object

πŸ“” Page object design pattern implementation (python + pom + selenium + pytest + travisCI)
Python
25
star
3

badoo-liker

😍 Bot to get mutual likes from badoo service (python + pom + selenium + docker + pytest)
Python
11
star
4

pytest-emoji-output

😏 Pytest plugin to represent test output with emoji (pytest + travisCI)
Python
9
star
5

snakegame-cli

🐍 Terminal snake game (python + curses)
Python
9
star
6

guess-the-melody

🎡 Guess the melody telegram bot quiz (python + sqlite3 + telegramapi + travisCI)
Python
8
star
7

python-type-hints-cheetsheet

πŸ“š Contains a set of tips and tricks for python annotations
Python
8
star
8

calorie-counter

πŸ” Web app to calculate calories based on given food (flask, js, docker, heroku)
JavaScript
6
star
9

fast-weather-api

🌑️ Sample of weather REST API based on FastAPI framework (fastapi, nginx, gunicorn)
Python
6
star
10

unittest-bootcamp

πŸ“š Basics of unittest python testing framework (python + unittest)
Python
5
star
11

covid-telebot

🦠 Telegram bot to track coronavirus stats (flask + travisCI + heroku)
Python
4
star
12

quotes

πŸ“‹ Web app to reflect famous quotes (django, pytest, docker, k8s, heroku, travisCI)
Python
4
star
13

python-optimization-cheetsheet

πŸ“š Contains a set of tips and tricks to optimize python code with generators, coroutines and asyncIO
Python
4
star
14

billtracker

πŸ’Έ Web tool to track user bills (pyramid + bootstrap + sqlalchemy + alembic + pytest + travisCI + nginx)
Python
4
star
15

devops-master-class

πŸ“š Learn DevOps: Docker, Kubernetes, Terraform, Ansible and Azure DevOps
Java
4
star
16

nba-stats

πŸ€ Telegram bot that serves NBA games stats (python + flask)
Python
3
star
17

pytest-confluence-report

πŸ“Š Pytest plugin to convert test results into confluence report (python + pytest + confluence REST API + travisCI)
Python
3
star
18

currency-converter-bot

πŸ’± Currency converter telegram bot (flask + telegram)
Python
3
star
19

fake-vehicles-api

🚘 Sample RESTful fake api for vehicles (API Star + travis CI + heroku)
Python
3
star
20

pep8-checker

βœ… PEP8 web linter (pycodestyle, bottle, aws lambda, docker, heroku)
Python
3
star
21

pypi-fastapi-clone

πŸ“¦ A PYPI clone based on fastAPI framework (fastAPI, sqlalchemy, bootstrap)
Python
3
star
22

rent-electro-scooter

πŸ›΄ CLI application for renting electro-scooters (python + sqlalchemy orm + travis CI)
Python
2
star
23

flake8-cls-attr-order

πŸ”€ flake8 plugin to check class attributes order (flake8, ast)
Python
2
star
24

python-design

πŸ“š Practical and fast-paced guide exploring python design patterns
Python
2
star
25

fake-employee-api

πŸ‘¨β€πŸ”§ Simple mock employees data parser (responder + heroku + pytest + github/travis CI)
Python
2
star
26

async-weather-api

⛓️ Asynchronous weather REST API (asyncio, quart, pytest, docker)
Python
2
star
27

python-puzzles

πŸ€– python test automation puzzles
2
star
28

django-login-template

πŸ‘€ Basic django project template with login/registering functionality (django + sqlite + html + bootstrap + pythonanywhere)
Python
2
star
29

django-blog

πŸ“” Basic django blog (django, sqlite, bootstrap)
Python
2
star
30

complainer

πŸ‘Ώ Web app to display users product complaints (fastapi, angular, postgreSQL, docker)
TypeScript
2
star
31

newspaper-parser

πŸ—žοΈ Web tool to parse newspaper resources (python + flask + html/css + travisCI + heroku)
Python
2
star
32

flake8-debug

πŸ›‘ flake8 plugin that forbids debug funcs in prod codebase (flake8, ast)
Python
2
star
33

personal-blog

πŸ““ Personal blog sample (flask, pytest, docker)
Python
2
star
34

python-package-template

πŸ“¦ Reflects howto's for simple python packaging
Python
2
star
35

weather-chatbot

☁️ Weather telegram chatbot (flask + pytest + travisCI + pythonanywhere)
Python
2
star
36

speech-recogniser

πŸ€– Speech recognition program (python)
Python
1
star
37

christmas-tree

πŸŽ„ A simple cli christmas tree, made just for christmas mood (travisCI + githubCI + pytest + pypi)
Python
1
star
38

upgrade-python-kata

βš”οΈ Reference for python codewars tasks solutions
Python
1
star
39

calculator-gui

πŸ–© Basic GUI calculator in OOP style (python + tkinter + pytest)
Python
1
star
40

pytest-bootcamp

πŸ“š Consist basics of pytest framework (python + pytest)
Python
1
star
41

motion-detector

🧐 Webcam motion detection system (opencv + pandas)
Python
1
star
42

geolocation-detector

🌎 Simple web app to detect user coordinates (flask, pandas)
Python
1
star
43

jenkins-python

πŸ—³οΈ Jenkins container with pre-built python (docker, k8s)
Roff
1
star
44

python-algorithms

🧩 Discovers algorithms using python programming language
Python
1
star
45

web-translator

πŸ’¬ Web translator app (django)
Python
1
star
46

search-words-puzzle

🧩 A puzzle to search words in a grid of letters (python + pytest + Travis & Github CI)
Python
1
star
47

vyahello

πŸ‘” personal portfolio
1
star
48

todo-task-manager

β˜‘οΈ A simple todo task application (flask, heroku)
Python
1
star
49

movie-searcher

πŸ“½οΈ Movie searcher web app (responder, Vue JS, nginx, docker, k8s)
JavaScript
1
star
50

vyahello.github.io

βš“ Sources for personal blog site
CSS
1
star
51

flask-template

βš™οΈ Stands for python flask base project template (flask + html + pytest)
Python
1
star
52

book-store

πŸ“— Example of ORM book storage (fastapi + sqlalchemy)
Python
1
star
53

clothes-store

🧺 Example of ORM clothes storage (fastapi + sqlalchemy + pydantic + oauth)
Python
1
star
54

python-decorators-cheetsheet

πŸ“š Contains a set of tips and tricks for python decorators
Python
1
star
55

google-search

πŸ€– Display 3 most precise google links in your web browser according to the search parameters (python + pytest)
Python
1
star
56

pypi-flask-clone

πŸ“¦ A PYPI clone based on flask framework (flask, sqlalchemy, mongodb, nginx)
Python
1
star
57

python-classes-cheetsheet

πŸ“š Contains a set of tips and tricks for python classes
Python
1
star
58

flask-login-template

πŸ‘€ Sample flask project with login functionality (flask + sqlalchemy + html)
Python
1
star