Skip to content
Cienapps
  • Python
Menu Close
  • Python

Python

  1. Home>
  2. Python

Python Script to draw a simple circle using turtle

  • Post author:Sebas
  • Post published:April 13, 2022
  • Post category:Python
  • Post comments:0 Comments

pythoPython Script to draw a simple circle using turtle you can copy and paste the code in your terminal and run it if you have any questions please let me…

Continue ReadingPython Script to draw a simple circle using turtle

Python3 Script to convert seconds to hours

  • Post author:Sebas
  • Post published:April 11, 2022
  • Post category:Python
  • Post comments:0 Comments

script to convert seconds to hours using Python 3 simple command just copy and paste in your terminal and run it. #("Times", "24", "bold italic") #("Helvetica", "16") import tkinter class…

Continue ReadingPython3 Script to convert seconds to hours

Math calculator using Python 3 full project for beginners

  • Post author:Sebas
  • Post published:April 11, 2022
  • Post category:Python
  • Post comments:0 Comments

In this post I have shared with you this script to create a math calculator using Python 3 jus copy and paste the code and run. i hope you find…

Continue ReadingMath calculator using Python 3 full project for beginners

Script to scrape Instagram user followers using Python 3

  • Post author:Sebas
  • Post published:April 11, 2022
  • Post category:Python
  • Post comments:0 Comments

Python Script to scrape Instagram users followers just copy and paste and then run it this script import pandas as pd from instagramy.plugins.analysis import analyze_users_popularity session_id = "38566737751%3Ah7JpgePGAoLxJe%334" teams =…

Continue ReadingScript to scrape Instagram user followers using Python 3

Tic tac toe game source code using Python and tkinter

  • Post author:Sebas
  • Post published:April 9, 2022
  • Post category:Python
  • Post comments:0 Comments

# Tic Tac Toe game with GUI # using tkinter # importing all necessary libraries import random import tkinter from tkinter import * from functools import partial from tkinter import…

Continue ReadingTic tac toe game source code using Python and tkinter

Send sms automatically without opening the app

  • Post author:Sebas
  • Post published:April 9, 2022
  • Post category:Python
  • Post comments:0 Comments

hello guys in this post I leave you a short piece of code so you can send text messages without having to open the application again and again public void…

Continue ReadingSend sms automatically without opening the app

python 3 script to upload file to dropbox 2021

  • Post author:Sebas
  • Post published:April 2, 2022
  • Post category:Python
  • Post comments:0 Comments

hi you can use this short piece of code you can upload all the files to your dropox account just changing the routes with your data import sys import dropbox…

Continue Readingpython 3 script to upload file to dropbox 2021

script to convert pdf to excel using python

  • Post author:Sebas
  • Post published:April 2, 2022
  • Post category:Python
  • Post comments:0 Comments

hello everyone in this small piece of code you will be able to convert a PDF to Excel using just your terminal You can copy and paste the code just…

Continue Readingscript to convert pdf to excel using python

python 3 script to calculate time difference in seconds

  • Post author:Sebas
  • Post published:March 31, 2022
  • Post category:Python
  • Post comments:0 Comments

hello programmers in this piece of code it will be useful to calculate the time difference in seconds if you find it useful you can write a comment >>> import…

Continue Readingpython 3 script to calculate time difference in seconds

script to upload file to server Code using Python 3

  • Post author:Sebas
  • Post published:March 30, 2022
  • Post category:Python
  • Post comments:0 Comments

import pysftp srv = pysftp.Connection(host="www.destination.com", username="root", password="password",log="./temp/pysftp.log") with srv.cd('public'): #chdir to public srv.put('C:\Users\XXX\Dropbox\test.txt') #upload file to nodejs/ # Closes the connection srv.close()

Continue Readingscript to upload file to server Code using Python 3
  • 1
  • 2
  • Go to the next page

Search something

Categories

  • JavaScript
  • Python
Copyright - OceanWP Theme by OceanWP