Skip to content

bibash28/python_projects

Repository files navigation

"# python projects"

For linux:

Install python ~$ sudo apt-get install python ~$ sudo python example.py

For other packages ~$ sudo apt-get install python3 #installing python3 ~$ pip install pygame #installing pygame ~$ sudo python3 3Dtranslation.py #run the program -> example

For windows

Setup environment path

  • Open Control Panel -> System and Security -> System -> Advanced System Settings -> Enviroment Variable
  • Edit Path system variable
  • Add the path (InstallationPath) e.g C:\Users\USer\AppData\Local\Programs\Python\Python39\Scripts

Setup pygame and pydot C:\Users\USer\AppData\Local\Programs\Python\Python39\Scripts>python -m pip install pygame C:\Users\USer\AppData\Local\Programs\Python\Python39\Scripts>python -m pip install pydot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages