Skip to content

Python projects (some are from python only & some are from different libraries

Notifications You must be signed in to change notification settings

AnkurKonan/Python_Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python_Projects

Screenshot 2024-07-18 at 8 38 23 PM

Python projects (some are from python only & some are from different libraries to make some GUIs). Some projects are for just practice & some are full fledged Programs with different functionalies. Feel free to contribute & optimise in these projects, I will be really glad.

To run any python file in Windows

python file_name.py

To run any python file in MacOS

python3 file_name.py

To check if python is installed in your machine

python --version
python3 --version

When you want to terminate or stop the program to run just press ctrl + c in your terminal. If the program still not terminates then try ctrl + \ or ctrl + z.

About

Python projects (some are from python only & some are from different libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages