Skip to content

pagarsky/graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graph WIP

Simple graph screensaver made with pyglet.

Example

Installation & Usage

  1. make sure u have python3 installed with
$ python3 --version

or

$ python --version


2. It's better to create venv to have all requirements there:

$ python3 venv ./venv/

then $ ./venv/bin/activate for Linux or $ .\venv\Scripts\activate for Windows to activate venv.


3. Install pip requirements with

$ (venv) pip install -r requirements.txt


4. Run main.py like usual:

$ (venv) python3 main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages