Skip to content

korymath/mouse-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mouse Problem

Install dependencies and run.

# Make a new virtual environment
python3 -m venv venv;
source venv/bin/activate;

# Install required dependencies
pip install -r requirements.txt;

# Run the app
python app.py;

# This will print a url which you can navigate using a browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published