Skip to content

This is a basic Object-Oriented Python programming project that I created that focuses on the acceleration of a car.

License

Notifications You must be signed in to change notification settings

AmandaEvola/car.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

car.py

This is a basic Object-Oriented Python programming project that I created that focuses on the acceleration of a car which focuses on the 'Car' class with its own set of attributes and behavior while creating car objects and encapsulating attributes (make, model, year, color, speed), with 'my_car' as the object.

Installation

git clone https://github.com/amandaevola/car.py.git

Install dependencies: npm install or pip install -r requirements.txt

Usage

  1. Run the application: python car.py
  2. Follow the on-screen instructions to proceed

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please follow these guidelines:

  • Fork the repository
  • Create a new branch (git checkout -b feature)
  • Make your changes
  • Commit your changes (git commit -am 'Add new feature')
  • Push to the branch (git push origin feature)
  • Create a new Pull Request

About

This is a basic Object-Oriented Python programming project that I created that focuses on the acceleration of a car.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages