Skip to content

フォルダ内ファイル自動仕分けツール

License

Notifications You must be signed in to change notification settings

niyu07/AutoSorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoSorter

AutoSorter is a tool designed to automatically sort files in a specified folder based on their extensions.

Project Structure

Folder and File Overview

  • LICENSE: The license file for the project.
  • README.md: This file with project documentation.
  • app/: Contains the main application code.
    • app.py: The main application script.
    • static/: Directory for static files such as CSS and JavaScript.
    • templates/: Directory for HTML templates.
      • index.html: The main HTML file for the project.
  • run.py: Script to run the application.
  • storing.py: Contains logic related to file storage.

Adding CSS and JavaScript

  • CSS: Place your CSS files in the static directory.
  • JavaScript: Currently written directly in index.html. To separate JavaScript files, place them in the static directory and link them in the HTML file.

If you know absolute or relative paths, you can use " storing.py "

About

フォルダ内ファイル自動仕分けツール

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published