Skip to content

agnoski/bottlelow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bottlelow

A wine-bottle wine-level quality checker

Development

Build Docker image and launch the development container:

docker compose up

Connect to the container with:

docker exec -it bottlelow-app-1 sh

Run the program:

python src/main.py

Only for MacOS

In order to render the GUI, the followind steps are also necessary before running the program:

  • Install XQuartz
  • From preferences, enable Allow connections from network clients option
  • Run command:
xhost + 127.0.0.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 98.9%
  • Dockerfile 1.1%