Skip to content

GamemakerY/FactsWallpaperApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FactsWallpaperApp

Python Version

Table of Contents


About the Project

A simple app that adds random facts on your wallpapers!

Built With


Getting Started

Simply run the main.py, when prompted, type y or yes and press enter.

Prerequisites

Make sure you have Python 3.x installed on your system.

Installation

  1. Clone the repository:

    git clone [https://github.com/](https://github.com/)[YourUsername]/[YourRepoName].git
    cd [YourRepoName]
  2. Create and activate a virtual environment: It's highly recommended to use a virtual environment to manage dependencies.

    • Create the environment:
      python -m venv venv
    • Activate the environment:
      • On Windows (Command Prompt / PowerShell):
        .\venv\Scripts\activate

    Your terminal prompt should now show (venv) indicating the environment is active.

  3. Install project dependencies:

    pip install -r requirements.txt

Usage

Simply run the script and type y or yes and press enter.

About

Simple app to add a random fact to your wallpaper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published