Skip to content
/ python-template Public template

Template repository for starting python projects

License

Notifications You must be signed in to change notification settings

asa-holland/python-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Project Template

Short template for python projects

About The Project

{example use gif}

{description}

Note: The {project name} only supports the Windows platform at the moment.

  • Kivy: a Python framework for developing user interface applications

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

In order to use the {name}, you must first have Python and pip installed on your system. If you need assistance installing these prerequisites, see the folowing steps:

  • Python is a programming language. All of this project's code base is written in Python. Download the latest version of Python and install onto your local machine.

  • Pip is the package installer for Python. Once Python is installed, open your local machine's command line and use the following command to utilize Python to install Pip:

python get-pip.py -g

Git is a version control system. In this project, Git is used to clone (copy) the most up-to-date project files from GitHub to your local machine. Download the latest version of git and install on your local machine.

Installation

  1. Open the command line on your local machine.

  2. Enter the following command to use Git to clone this repository to your local machine.

git clone https://github.com/asa-leholland/backstory-shuffleduffler.git
  1. Enter the following command to use Pip to install this repository's dependencies.
pip install -r requirements.txt

Usage

To use the {project name}, open the command line, navigate to the installation folder and run the following command:

python backstory.py

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Asa LeHolland - [email protected]

Project Link: https://github.com/asa-leholland/{repo-name}

Acknowledgements

About

Template repository for starting python projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages