Skip to content

christopherpeart/jumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jumper

Getting Started


Make sure you have Python 3.8.0 or newer installed and running on your machine. Open a terminal and browse to the project's root folder. Start the program by running the following command.

python3 main.py

You can also run the program from an IDE like Visual Studio Code. Start your IDE and open the project folder. Select the main module inside the program folder and click the "run" button.

Project Structure


The project files and folders are organized as follows:

root                    (project root folder)
+-- <file name>                (source code)
  +-- classes              (classes)
  +-- __main__.py       (program entry point)
+-- README.md           (general info)

Required Technologies


  • Python 3.8.0

Authors


  • Chris Peart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages