import os import shutil from tkinter import Tk from tkinter.filedialog import askopenfilenames # Function to create a project folder def create_folder(folder_name): if not os.path.exists(folder_name): os.makedirs(folder_name) print(f"Folder '{folder_name}' created successfully.") else: print(f"Folder '{folder_name}' already exists.") # Function to upload files to the project folder def upload_files(destination_folder): Tk().withdraw() # Hide the root window files = askopenfilenames(title="Select files to upload") if files: for file_path in files: try: shutil.copy(file_path, destination_folder) print(f"Copied: {file_path}") except Exception as e: print(f"Error copying {file_path}: {e}") else: print("No files selected.") # Main function to create a folder and upload files def main(): folder_name = input("Enter project folder name: ") create_folder(folder_name) upload_files(folder_name) if __name__ == "__main__": main()
top of page

Hart B. Pittard, Jr

Objective

​At Hart's Digital Consulting, we're passionate about empowering small and medium-sized businesses to thrive in the digital landscape. Our mission is to elevate your ROI (profits) by leveraging the power of diverse digital marketing channels. We're committed to providing unparalleled customer satisfaction through tailor-made strategies designed to resonate with your target audience.

IMG_9065.JPG

Education & Certifications

  • Bachelor of Science, Business Administration (Concentration—Accounting)       

           Minor:  Bachelor of Science, Computer Science

  • North American Montessori Center, August 2016       

            Montessori Early Childhood Teacher Training Program, 3-6 years old

  • Accolades and Google Certifications

    • Google AI Essentials​ (June 2024)

    • Data Analytics Certifications (July 2024--Present)

      • ​Data-Driven Decisions​​​

      • Data, Data, Everywhere

      • Data Formats and Data Types

Google AI Certification
Google Data Analytics Course
Google Data Analytics Course

Work Experience

Hart’s Digital Consulting LLC (Durham, NC)

    • President and Operator (2024-present)

      • An LLC that conducts consulting on almost all digital and financial issues.

      • Tax consulting, preparation (corporate and personal, bookkeeping, and payroll)

      • Digital Marketing Consulting concerning SEO, CRM, SMM, branding, and business promotions.

      • Consulting and working with Data Analytics (example projects can work can be reviewed at www.hartsdigital.com/portfolio.)

Tsinglan School (Tsinghua and Huawei); Dongguan, China

            Montessori Lead Teacher, May 2016 to October 2023

  • Responsible for the safety and well being of 25 students.

  • Managing a team of four teachers to provide a stimulating and safe environment for students.

  • Assessing the development of students, ages 3-6, and preparing termly reports and communication with student’s parents.

LearnRoom International Kindergarten; Beijing, China; Montessori Lead Teacher
           May 2014 to May 2016

  • Responsible for the safety and care of 25 students.

  • Managing a team of four to ensure a safe, enriched, and stimulating environment for the students.

  • Assessing the student’s development throughout the term, and preparing termly reports relating to the student’s progress.

  • Communicating with parents about the needs, progress, and development of the students.

Barber & Vaughn Accountants, Chapel Hill, NC, USA; Accountant
       June 2007 to 2011

  • Payroll tax services and individual and corporate tax preparation 

  • Monthly client bookkeeping including month end and year end.

  • Preparation of corporate and individual tax returns

  • Preparation of financial statements.

Teaching and Consulting
Accountant

Join US

Select an item ($)

Contact

I'm always looking to connect and network with fellow colleagues.  Also, and most importantly, I encourage customers and clients to contact us with any questions or concerns.  Our priority is to ensure you're are taken care of any way possible.  I'm always looking for new and exciting opportunities. Let's connect.  

919-438-0378

bottom of page